Documentation
¶
Overview ¶
Package store defines a key storage interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyFactory ¶
KeyFactory generic struct to select the correct FromZeroXKeyPrivateKey function.
func (KeyFactory[T, M]) FromZeroXKeyPrivateKey ¶
func (kf KeyFactory[T, M]) FromZeroXKeyPrivateKey(data string) (T, error)
FromZeroXKeyPrivateKey converts a 0xkey-encoded private key string to a key.
Click to show internal directories.
Click to hide internal directories.