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 static VyTask<VyTransactionResultDto> ExecuteTransaction(VyBuildAndExecuteTransactionDto reqParams, VyAuthSigningMethod signingMethod)

Parameters

reqParams

Request data for the operation

signingMethod

VyAuthSigningMethod

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

Returns

VyTask<VyTransactionResultDto>

Last updated