execute-signed-tx

Execute a Signed Transaction

This command is used when the user prefers to sign the transaction elsewhere and use this command to execute it.

Usage

movement sui client execute-signed-tx [OPTIONS] --tx-bytes <TX_BYTES>

Options

  • --tx-bytes <TX_BYTES> BCS serialized transaction data bytes without its type tag, as base-64 encoded string.

  • --signatures <SIGNATURES> A list of Base64 encoded signatures flag || signature || pubkey.

  • --json Return command outputs in json format.

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

  • -V, --version Print version.

Last updated