CreateTransaction_TokenTransfer
Description
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
public static VyTask<VyTransactionResultDto> CreateTransaction_TokenTransfer(VyCreateTokenTransferTransactionRequest reqParams, VyUserAuth signingMethod)
Parameters
signingMethod
VyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
VyTask<VyTransactionResultDto> Transaction executed successfully.
Last updated