CreateTransaction_GasTransfer

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_GasTransfer(const FVyUserAuth& SigningMethod, const FVyCreateTransaction_GasTransferRequest& Params, const FVyOnCreateTransaction_GasTransferComplete& OnComplete) const;

Parameters

SigningMethod

FVyUserAuth

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

Params

FVyCreateTransaction_GasTransferRequest

Parameters for this operation (FVyCreateTransaction_GasTransferRequest)

OnComplete

FVyOnCreateTransaction_GasTransferComplete

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

OnComplete Callback (FVyOnCreateTransaction_GasTransferComplete) Contains a FVyTransactionResultDto response type

Last updated