CreateTransaction_GasTransfer
Description
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 FVyCreateGasTransferTransactionRequest& 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