executeTransaction

This endpoint is used to create and execute any type of transaction. You need to provide the pincode in request body or the signing method in the header. You can execute any transaction such as NFT tr

public executeTransaction(reqParams: VyBuildAndExecuteTransactionDto, signingMethod: VyUserAuth) : VyPromise<VyTransactionResultDto>

Parameters

Returns

VyPromise<VyTransactionResultDto>

Last updated