ExecuteTransaction
Description
Creates and executes a blockchain transaction of any supported type.
Supported Transaction Types:
Native token transfers
ERC-20 token transfers
NFT transfers (ERC-721, ERC-1155)
Smart contract interactions
public static VyTask<VyTransactionResultDto> ExecuteTransaction(VyExecuteTransactionRequest 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