Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 895 Bytes

axelard_debug_raw-bytes.md

File metadata and controls

34 lines (23 loc) · 895 Bytes

axelard debug raw-bytes

Convert raw bytes output (eg. [10 21 13 255]) to hex

Synopsis

Convert raw-bytes to hex.

Example: $ debug raw-bytes [72 101 108 108 111 44 32 112 108 97 121 103 114 111 117 110 100]

axelard debug raw-bytes [raw-bytes] [flags]

Options

  -h, --help   help for raw-bytes

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