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

void CreateTransaction_TokenTransfer(const FVyCreateTokenTransferTransactionRequest& reqParams, const FVyUserAuth& signingMethod) const

Parameters

reqParams

Request data for the operation

signingMethod

FVyUserAuth

This operation requires a valid Signing-Method from the corresponding user

Returns

void Transaction executed successfully.

Last updated