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