Hierarchy

  • GossipSub
    • IRelay

Properties

addObserver: (<T>(decoder: IDecoder<T>, callback: Callback<T>) => (() => void))

Type declaration

getMeshPeers: (() => string[])

Type declaration

    • (): string[]
    • Returns string[]

send: ((encoder: IEncoder, message: IMessage) => Promise<SendResult>)

Type declaration

Generated using TypeDoc