neoneo-go/pkg/config/notary_config.go

8 lines
182 B
Go
Raw Normal View History

2020-12-30 08:01:13 +00:00
package config
// P2PNotary stores configuration for Notary node service.
type P2PNotary struct {
Enabled bool `yaml:"Enabled"`
UnlockWallet Wallet `yaml:"UnlockWallet"`
}