executeContract

MetaTransfer a NonFungibleToken. Gasless or Meta transactions allow a wallet (executor) to do contract executions on behalf of another wallet (source) and pay all transaction fee\'s

public executeContract(reqParams: VyBuildContractExecutionTransactionRequest, signingMethod: VyUserAuth) : VyPromise<VyTransactionResultDto>

Parameters

reqParams

required data for executing the metatransaction

Returns

VyPromise<VyTransactionResultDto> Details about the transaction

Last updated