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
void ExecuteTransaction(const FVyExecuteTransactionRequest& reqParams, const FVyUserAuth& signingMethod) const
Parameters
signingMethod
FVyUserAuth
This operation requires a valid Signing-Method from the corresponding user
Returns
void Transaction executed successfully.
Last updated