Interface ILightPush

Hierarchy

Properties

Properties

peerStore: PeerStore
peers: (() => Promise<Peer[]>)

Type declaration

    • (): Promise<Peer[]>
    • Returns Promise<Peer[]>

push: ((encoder: IEncoder, message: IMessage, opts?: ProtocolOptions) => Promise<SendResult>)

Type declaration

Generated using TypeDoc