Documentation ¶
Index ¶
Constants ¶
View Source
const (
FullPath = "m/44'/60'/0'/0/0"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeyManager ¶
type KeyManager interface { ctypes.PrivKey GetAddr() types.AccAddress }
func NewBlsMnemonicKeyManager ¶ added in v0.0.7
func NewBlsMnemonicKeyManager(mnemonic string) (KeyManager, error)
func NewBlsPrivateKeyManager ¶ added in v0.2.3
func NewBlsPrivateKeyManager(priKey string) (KeyManager, error)
func NewMnemonicKeyManager ¶
func NewMnemonicKeyManager(mnemonic string) (KeyManager, error)
func NewPrivateKeyManager ¶
func NewPrivateKeyManager(priKey string) (KeyManager, error)
TODO: NewKeyStoreKeyManager to be implemented
Click to show internal directories.
Click to hide internal directories.