neo-go/pkg/config/state_root.go
2021-03-09 13:51:11 +03:00

7 lines
179 B
Go

package config
// StateRoot contains state root service configuration.
type StateRoot struct {
Enabled bool `yaml:"Enabled"`
UnlockWallet Wallet `yaml:"UnlockWallet"`
}