replay-batch

Replay Transactions Listed in a File

Replays transactions listed in a file.

Usage

movement sui client replay-batch [OPTIONS] --path <PATH>

Options

  • -p, --path <PATH> The path to the file of transaction digests to replay, with one digest per line.

  • -t, --terminate-early If an error is encountered during a transaction, this specifies whether to terminate or continue.

  • --json Return command outputs in json format.

Last updated