neoneo-go/pkg/config/state_root.go

8 lines
179 B
Go
Raw Normal View History

2021-02-02 12:34:27 +03:00
package config
// StateRoot contains state root service configuration.
type StateRoot struct {
Enabled bool `yaml:"Enabled"`
UnlockWallet Wallet `yaml:"UnlockWallet"`
}