CreateTransaction_MultiTransfer
Creates a blockchain transaction of any supported type with autogenrating the gas fields.
Supported Transaction Types:
Native token transfers
ERC-20 token transfers
NFT transfers (ERC-721, ERC-1155)
Smart contract interactions
void CreateTransaction_MultiTransfer(const FVyUserAuth& SigningMethod, const FVyCreateTransaction_MultiTransferRequest& Params, const FVyOnCreateTransaction_MultiTransferComplete& OnComplete) const;
Parameters
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
Params
FVyCreateTransaction_MultiTransferRequest
Parameters for this operation (FVyCreateTransaction_MultiTransferRequest)
OnComplete
FVyOnCreateTransaction_MultiTransferComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCreateTransaction_MultiTransferComplete) Contains a FVyTransactionResultDto response type
Last updated