Skip to content

nooschain v0.1.0


nooschain / chain/transaction / SignedTransaction

Interface: SignedTransaction

Defined in: chain/transaction.ts:62

The final transaction object that is stored in the blockchain and used for all transaction processing. It includes the transaction envelope, a signature, and a hash of the transaction for integrity verification.

Properties

envelope

envelope: TransactionEnvelope

Defined in: chain/transaction.ts:64


hash

hash: string

Defined in: chain/transaction.ts:63


signature

signature: string

Defined in: chain/transaction.ts:65

Audience-first NOOSChain documentation.