Module peer-store/persistent/index

Index

Type aliases

PersistentPeerStoreOptions

PersistentPeerStoreOptions: { threshold?: number | undefined }

Type declaration

  • Optional threshold?: number | undefined
    • Number of dirty peers allowed before commit data.

PersistentPeerStoreProperties

PersistentPeerStoreProperties: { datastore: any; peerId: PeerId }

Type declaration

  • datastore: any
  • peerId: PeerId

Variables

Const PersistentPeerStore_base

PersistentPeerStore_base: PeerStore