signatureToJson
signatureToJson(
input
):DidSignature
Transforms the output of a [[SignCallback]] into the [[DidSignature]] format suitable for json-based data exchange.
Parameters
• input: SignResponseData
Signature data returned from the [[SignCallback]].
Returns
A [[DidSignature]] object where signature is hex-encoded.