ConfirmSignature

This endpoint is used to confirm a signature. This will change the status of the signature from **SAVED** to **READY**, which means it is ready to be signed. In case of a transaction signature, this e

public static VyTask<VySignatureInfoDto> ConfirmSignature(string id, VyConfirmSignatureRequestBase reqParams)

Parameters

id

string

The `ID` of the signature you want to confirm

reqParams

Request data for the operation

Returns

VyTask<VySignatureInfoDto>

Relevant Functions

Last updated