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
Parameters
reqParams | Request data for the operation | |
signingMethod | This operation requires a valid Signing-Method from the corresponding user |
Returns
VyTask<VyTransactionResultDto> Transaction executed successfully.
Last updated