getSignatureInfoById

This endpoint retrives a signature by `ID`.

public getSignatureInfoById(id: String) : VyPromise<VySignatureInfoDto>

Parameters

id

String

This is the `id` of the signature request.

Returns

VyPromise<VySignatureInfoDto>

Last updated