Skip to main content
⚠️ This is the beta version of the Sui GraphQL schema. The beta schema will replace the alpha GraphQL schema upon its official release.

TransactionArgument

An argument to a programmable transaction command.

union TransactionArgument = GasCoin | Input | TxResult

Possible types

TransactionArgument.GasCoin object

Access to the gas inputs, after they have been smashed into one coin. The gas coin can only be used by reference, except for with TransferObjectsTransaction that can accept it by value.

TransactionArgument.Input object

TransactionArgument.TxResult object

The result of another command.

Member Of

MergeCoinsCommand object ● MoveCallCommand object ● SplitCoinsCommand object ● TransferObjectsCommand object ● UpgradeCommand object