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

reqParams

Request data for the operation

signingMethod

This operation requires a valid Signing-Method from the corresponding user

Returns

VyPromise<VyTransactionResultDto> Transaction executed successfully.

Last updated