Create a new key
Name of the key
Password for encrypting the keystore
Pubkey Type
Bech32 address and mnemonic
Delete a key
Name of the key
Password of the key
Export keystore of a key
Name of the key
Password of the key
Password for encrypting the keystore
Keystore json
Import a key from keystore
Name of the key
Password of the keystore
Keystore json or object
Pubkey Type
Bech32 address
Import a PrivateKey
Name of the key
Password of the keystore
privateKey hex
Pubkey Type
Bech32 address
Recover a key
Name of the key
Password for encrypting the keystore
Mnemonic of the key
Pubkey Type
The bip44 address index (default: 0)
Derive a private key using the default HD path (default: true)
A passphrase for generating the salt, according to bip39
Bech32 address
Gets address of a key
Name of the key
Bech32 address
Generated using TypeDoc
This module allows you to manage your local tendermint keystore (wallets) for iris.
NOTE: You need to implement the KeyDAO Interface first.
v0.17