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.

TransferObjectsCommand

Transfers inputs to address. All inputs must have the store ability (allows public transfer) and must not be previously immutable or shared.

type TransferObjectsCommand {
inputs: [TransactionArgument!]!
address: TransactionArgument
}

Fields

TransferObjectsCommand.inputs ● [TransactionArgument!]! non-null union

The objects to transfer.

TransferObjectsCommand.address ● TransactionArgument union

The address to transfer to.

Implemented By

Command union