Skip to content

nooschain v0.1.0


nooschain / consensus/types / ConsensusMode

Type Alias: ConsensusMode

ConsensusMode = "single_node" | "raft" | "cometbft" | "openbft"

Defined in: consensus/types.ts:8

Types consensus integration component for NOOSChain.

Selects, configures, or adapts consensus backends without embedding domain state rules inside consensus. Backends order block entries; chain execution remains deterministic in the chain modules.

Audience-first NOOSChain documentation.