Skip to content

nooschain v0.1.0


nooschain / protocol/protocol-types / ProtocolDefinition

Interface: ProtocolDefinition

Defined in: protocol/protocol-types.ts:71

Complete handler registry for one protocol version.

Properties

handlers

handlers: Record<string, ProtocolTransactionHandler>

Defined in: protocol/protocol-types.ts:75

Transaction handlers keyed by domain transaction type.


version

version: number

Defined in: protocol/protocol-types.ts:73

Numeric protocol version.

Audience-first NOOSChain documentation.