Skip to content

nooschain v0.1.0


nooschain / fork-choice/conflict-store / resolveIncident

Function: resolveIncident()

resolveIncident(db, incidentId, resolutionDetails?): Promise<void>

Defined in: fork-choice/conflict-store.ts:191

Marks an open incident as resolved with operator-provided details.

Resolution is an acknowledgment/action record. It does not rewrite blocks, clear conflicts, or change peer scoring by itself.

Parameters

db

Kysely<Database>

incidentId

string

resolutionDetails?

Record<string, unknown> = {}

Returns

Promise<void>

Audience-first NOOSChain documentation.