replay-transaction

Replay a Given Transaction

Replays a given transaction to view transaction effects. To debug, set the environment variable MOVE_VM_STEP=1.

Usage

movement sui client replay-transaction [OPTIONS] --tx-digest <TX_DIGEST>

Options

  • -t, --tx-digest <TX_DIGEST> The digest of the transaction to replay.

  • --json Return command outputs in JSON format.

Note: Do not include the options --help and --version.

Last updated