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 {
address: TransactionArgument
inputs: [TransactionArgument!]!
}
Fields
TransferObjectsCommand.address
● TransactionArgument
union
The address to transfer to.
TransferObjectsCommand.inputs
● [TransactionArgument!]!
non-null union
The objects to transfer.
Implemented By
Command
union