Skip to content

Home > @theweave/api > ReadonlyPeerStatusStore

ReadonlyPeerStatusStore type

Signature:

typescript
export type ReadonlyPeerStatusStore = Readable<Record<AgentPubKeyB64, PeerStatus>>;

References: PeerStatus