Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 920 Bytes

axelard_debug_pubkey.md

File metadata and controls

34 lines (23 loc) · 920 Bytes

axelard debug pubkey

Decode a pubkey from proto JSON

Synopsis

Decode a pubkey from proto JSON and display it's address.

Example: $ axelard debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}'

axelard debug pubkey [pubkey] [flags]

Options

  -h, --help   help for pubkey

Options inherited from parent commands

      --home string         directory for config and data (default "$HOME/.axelar")
      --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

  • axelard debug - Tool for helping with debugging your application