decode-tx-bytes

Decode Transaction Bytes

Decode the components of a Base64 encoded transaction bytes.

Usage

movement sui keytool decode-tx-bytes [OPTIONS] --tx-bytes <TX_BYTES>

Options

  • --tx-bytes <TX_BYTES> The Base64 encoded transaction bytes to decode.

  • --json Return command outputs in JSON format.

  • -h, --help Print help (see a summary with '-h').

  • -V, --version Print version.

Last updated