CreateTransaction_NftTransfer

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_NftTransfer(const FVyUserAuth& SigningMethod, const FVyCreateTransaction_NftTransferRequest& Params, const FVyOnCreateTransaction_NftTransferComplete& OnComplete) const;

Parameters

SigningMethod

FVyUserAuth

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

Params

FVyCreateTransaction_NftTransferRequest

Parameters for this operation (FVyCreateTransaction_NftTransferRequest)

OnComplete

FVyOnCreateTransaction_NftTransferComplete

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

OnComplete Callback (FVyOnCreateTransaction_NftTransferComplete) Contains a FVyTransactionResultDto response type

Last updated