CreateTransaction_ContractExecution

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_ContractExecution(const FVyUserAuth& SigningMethod, const FVyCreateTransaction_ContractExecutionRequest& Params, const FVyOnCreateTransaction_ContractExecutionComplete& OnComplete) const;

Parameters

SigningMethod

FVyUserAuth

The Id and Value of one of the user's registered signing-methods

Params

FVyCreateTransaction_ContractExecutionRequest

Parameters for this operation (FVyCreateTransaction_ContractExecutionRequest)

OnComplete

FVyOnCreateTransaction_ContractExecutionComplete

The callback function called when the user preferences retrieval operation is complete.

OnComplete Callback (FVyOnCreateTransaction_ContractExecutionComplete) Contains a FVyTransactionResultDto response type

Last updated