Skip to content

nooschain v0.1.0


nooschain / peer-scoring/peer-score-store / listPeerScoreEvents

Function: listPeerScoreEvents()

listPeerScoreEvents(db, peerId, limit?): Promise<PeerScoreEvent[]>

Defined in: peer-scoring/peer-score-store.ts:52

Lists recent immutable score events for one peer.

Parameters

db

PeerScoreStoreDatabase

peerId

string

limit?

number = 100

Returns

Promise<PeerScoreEvent[]>

Audience-first NOOSChain documentation.