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(logger *zap.Logger, skEncoded string) (*ecdsa.PrivateKey, error) }
Store represents the interface for accessing the node's keys (operator and network keys)
func NewIdentityStore ¶
NewIdentityStore creates a new identity store
Click to show internal directories.
Click to hide internal directories.