Versions in this module Expand all Collapse all v5 v5.0.0 Aug 18, 2023 Changes in this version + const FlagAddress + const FlagBechPrefix + const FlagDevice + const FlagEip55Address + const FlagPublicKey + const OutputFormatJSON + const OutputFormatText + func AddKeyCommand() *cobra.Command + func ExportKeyCommand() *cobra.Command + func ImportKeyCommand() *cobra.Command + func ListKeysCmd() *cobra.Command + func ParseAddressCommand() *cobra.Command + func ShowKeysCmd() *cobra.Command + type KeyOutput struct + Address string + Eip55Address string + Mnemonic string + Name string + PubKey string + Type string + func MkAccKeyOutput(k *keyring.Record) (KeyOutput, error) + func MkAccKeysOutput(records []*keyring.Record) ([]KeyOutput, error) + func MkConsKeyOutput(k *keyring.Record) (KeyOutput, error) + func MkValKeyOutput(k *keyring.Record) (KeyOutput, error) + func NewKeyOutput(name string, keyType keyring.KeyType, a sdk.Address, pk cryptotypes.PubKey) (KeyOutput, error) v5.0.0-rc0 Aug 8, 2023 Other modules containing this package github.com/functionx/fx-core/v3 github.com/functionx/fx-core/v4 github.com/functionx/fx-core/v6 github.com/functionx/fx-core/v7