Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Function: fromDerSignature()
fromDerSignature(Defined in: crypto.ts:528 Converts an ASN.1 DER-encoded ECDSA signature to the raw format used for verification.derSignature):Uint8Array
Parameters
derSignature
string
The DER-encoded signature.
Returns
Uint8Array
- The raw signature.