Skip to content

nooschain v0.1.0


nooschain / identity/signer / verifyTransactionSignature

Function: verifyTransactionSignature()

verifyTransactionSignature(transaction): boolean

Defined in: identity/signer.ts:75

Verifies a signed transaction against its signer public key.

Genesis/system transactions use the reserved GENESIS marker. Newer envelopes use the protocol canonical transaction-envelope verifier; legacy envelopes fall back to direct object verification.

Parameters

transaction

SignedTransaction

Returns

boolean

Audience-first NOOSChain documentation.