pay-all-sui

Pay All Residual SUI Coins

Pay all residual MOV coins to the recipient with input coins, after deducting the gas cost. The input coins also include the coin for gas payment, so no extra gas coin is required.

Usage

movement sui client pay-all-sui [OPTIONS] --recipient <RECIPIENT> --gas-budget <GAS_BUDGET>

Options

  • --input-coins <INPUT_COINS>... The input coins to be used for pay recipients, including the gas coin.

  • --recipient <RECIPIENT> The recipient address.

  • --gas-budget <GAS_BUDGET> Gas budget for this transaction.

  • --serialize-unsigned-transaction Instead of executing the transaction, serialize the bcs bytes of the unsigned transaction data (TransactionData) using base64 encoding, and print out the string.

  • --serialize-signed-transaction Instead of executing the transaction, serialize the bcs bytes of the signed transaction data (SenderSignedData) using base64 encoding, and print out the string.

  • --json Return command outputs in json format.

Last updated