package
4.2.2-rc1
Repository: https://github.com/functionx/fx-core.git
Documentation: pkg.go.dev

# Functions

AddKeyCommand defines a keys command to add a generated or recovered private key to keybase.
ExportKeyCommand exports private keys from the key store.
No description provided by the author
ListKeysCmd lists all keys in the key store.
MkAccKeyOutput create a KeyOutput in with "acc" Bech32 prefixes.
MkAccKeysOutput returns a slice of KeyOutput objects, each with the "acc" Bech32 prefixes, given a slice of Info objects.
MkConsKeyOutput create a KeyOutput in with "cons" Bech32 prefixes.
MkValKeyOutput create a KeyOutput in with "val" Bech32 prefixes.
NewKeyOutput creates a default KeyOutput instance without Mnemonic, Threshold and PubKeys.
No description provided by the author
ShowKeysCmd shows key information for a given key name.

# Constants

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.
FlagEip55Address is the flag for the user's EIP address on the command line.
FlagPublicKey represents the user's public key on the command line.
available output formats.
available output formats.

# Structs

KeyOutput defines a structure wrapping around an Info object used for output functionality.