neoneo-go/pkg/config/state_root.go

8 lines
179 B
Go
Raw Normal View History

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