Skip to content

buildTransactionSignature

buildTransactionSignature(publicKey, sig): TransactionSignature

Defined in: ootle/src/transaction.ts:113

Assemble a TransactionSignature from a 32-byte public key and a Schnorr (public_nonce, signature) pair. Asserts the 32-byte length on all three inputs at the trust boundary so length regressions surface here, not deeper.

Uint8Array

Uint8Array

Uint8Array

TransactionSignature