Skip to content

nooschain v0.1.0


nooschain / db/schema / PeerScoreTable

Interface: PeerScoreTable

Defined in: db/schema.ts:795

Local peer reputation score and policy status.

Properties

last_event_at

last_event_at: ColumnType<Date | null, string | Date | null | undefined, string | Date | null>

Defined in: db/schema.ts:799


peer_id

peer_id: string

Defined in: db/schema.ts:796


score

score: number

Defined in: db/schema.ts:797


status

status: string

Defined in: db/schema.ts:798


updated_at

updated_at: Timestamp

Defined in: db/schema.ts:800

Audience-first NOOSChain documentation.