package
0.0.0-20220620005849-a315113d9162
Repository: https://github.com/mycodeku/transtionhelper.git
Documentation: pkg.go.dev

# Functions

AddKeyCommand defines a keys command to add a generated or recovered private key to keybase.
Commands registers a sub-tree of commands to interact with local private key storage.
DeleteKeyCommand deletes a key from the key store.
ExportKeyCommand exports private keys from the key store.
ImportKeyCommand imports private keys from a keyfile.
ListKeysCmd lists all keys in the key store.
marshal keys.
MigrateCommand migrates key information from legacy keybase to OS secret store.
MnemonicKeyCommand computes the bip39 memonic for input entropy.
NewAddNewKey constructs a new AddNewKey request structure.
NewDeleteKeyReq constructs a new DeleteKeyReq structure.
NewRecoverKey constructs a new RecoverKey request structure.
NewUpdateKeyReq constructs a new UpdateKeyReq structure.
ParseKeyStringCommand parses an address from hex to bech32 and vice versa.
RenameKeyCommand renames a key from the key store.
ShowKeysCmd shows key information for a given key name.
unmarshal json.

# Constants

DefaultKeyPass contains the default key password for genesis transactions.
FlagAddress is the flag for the user's address on the command line.
FlagBechPrefix defines a desired Bech32 prefix encoding for a key.
FlagDevice indicates that the information should be shown in the device.
FlagPublicKey represents the user's public key on the command line.
available output formats.
available output formats.

# Variables

KeysCdc defines codec to be used with key operations.

# Structs

AddNewKey request a new key.
DeleteKeyReq requests deleting a key.
RecoverKeyBody recovers a key.
UpdateKeyReq requests updating a key.