Skip to main content

Type Alias: Commitment

type Commitment = "live" | "finalized";

Defined in: packages/overcast-core/src/storage/index.ts:269

The confidence level of a chain head or an indexed event. live comes from the low-latency live tail and is still reorg-able; finalized is settled and canonical. The finalization sweep upgrades a row from live to finalized; a live write never downgrades one.