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, VyConfirmHederaSignatureRequest reqParams)
Last updated