Skip to content

nooschain v0.1.0


nooschain / governance/validator-governance / listGovernanceValidators

Function: listGovernanceValidators()

listGovernanceValidators(db): Promise<GovernanceValidator[]>

Defined in: governance/validator-governance.ts:146

Lists all validators from governance consensus state.

The query joins node identity data as a fallback for organization, public key, and endpoint fields so older rows remain readable after governance migrations.

Parameters

db

Kysely<Database>

Returns

Promise<GovernanceValidator[]>

Audience-first NOOSChain documentation.