CreateTransaction_TokenTransfer
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_TokenTransfer(const FVyUserAuth& SigningMethod, const FVyCreateTransaction_TokenTransferRequest& Params, const FVyOnCreateTransaction_TokenTransferComplete& OnComplete) const;
Parameters
SigningMethod
FVyUserAuth
The Id and Value of one of the user's registered signing-methods
Params
FVyCreateTransaction_TokenTransferRequest
Parameters for this operation (FVyCreateTransaction_TokenTransferRequest)
OnComplete
FVyOnCreateTransaction_TokenTransferComplete
The callback function called when the user preferences retrieval operation is complete.
OnComplete Callback (FVyOnCreateTransaction_TokenTransferComplete) Contains a FVyTransactionResultDto response type
Last updated