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 confirmSignature(id: String, reqParams: VyConfirmSignatureRequestBase) : VyPromise<VySignatureInfoDto>

Parameters

id

String

The `ID` of the signature you want to confirm

reqParams

Request data for the operation

Returns

VyPromise<VySignatureInfoDto>

Last updated