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