Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObserverKeys ¶
type ObserverKeys interface {
GetSignerInfo() *ckeys.Record
GetOperatorAddress() sdk.AccAddress
GetAddress() (sdk.AccAddress, error)
GetPrivateKey(password string) (cryptotypes.PrivKey, error)
GetKeybase() ckeys.Keyring
GetHotkeyPassword() string
}
ObserverKeys is the interface for observer's keys
Click to show internal directories.
Click to hide internal directories.