neo-go/pkg/config/notary_config.go
2021-02-02 22:01:20 +03:00

7 lines
182 B
Go

package config
// P2PNotary stores configuration for Notary node service.
type P2PNotary struct {
Enabled bool `yaml:"Enabled"`
UnlockWallet Wallet `yaml:"UnlockWallet"`
}