decodeSchnorrSignature
bitcoinjs-lib / bip371 / decodeSchnorrSignature
Function: decodeSchnorrSignature()
decodeSchnorrSignature(
signature
):object
Defined in: ts_src/psbt/bip371.ts:274
Decodes a Schnorr signature.
Parameters
signature
Uint8Array
The signature to decode.
Returns
object
The decoded Schnorr signature.
hashType
hashType:
number
signature
signature:
Uint8Array