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