Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.07 KB

axelard_keys_parse.md

File metadata and controls

34 lines (24 loc) · 1.07 KB

axelard keys parse

Parse address from hex to bech32 and vice versa

Synopsis

Convert and print to stdout key addresses and fingerprints from hexadecimal into bech32 cosmos prefixed format and vice versa.

axelard keys parse <hex-or-bech32-address> [flags]

Options

  -h, --help   help for parse

Options inherited from parent commands

      --home string              The application home directory (default "$HOME/.axelar")
      --keyring-backend string   Select keyring's backend (os|file|test) (default "file")
      --keyring-dir string       The client Keyring directory; if omitted, the default 'home' directory will be used
      --log_format string        The logging format (json|plain) (default "plain")
      --log_level string         The logging level (trace|debug|info|warn|error|fatal|panic) (default "info")
      --output string            Output format (text|json) (default "text")
      --trace                    print out full stack trace on errors

SEE ALSO