Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface {
GetNetworkKey() (*ecdsa.PrivateKey, bool, error)
SetupNetworkKey(skEncoded string) (*ecdsa.PrivateKey, error)
}
Store represents the interface for accessing the node's keys (operator and network keys) TODO: add operator key
Click to show internal directories.
Click to hide internal directories.