debug pubkey
Decode a pubkey from proto JSON
Synopsis
Decode a pubkey from proto JSON and display it's address.
Example: $ zetacored debug pubkey '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"AurroA7jvfPd1AadmmOvWM2rJSwipXfRf8yD6pLbA2DJ"}'
zetacored debug pubkey [pubkey] [flags]Options
  -h, --help   help for pubkeyOptions inherited from parent commands
      --home string         directory for config and data 
      --log_format string   The logging format (json|plain) 
      --log_level string    The logging level (trace|debug|info|warn|error|fatal|panic) 
      --trace               print out full stack trace on errorsSEE ALSO
- zetacored debug - Tool for helping with debugging your application