Sui RPCGraphQLBetaTypesObjectsTransferObjectsCommandTransferObjectsCommandTransfers 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