helia
    Preparing search index...

    Interface BlockBrokerConnectProgressEvent

    A block broker will contact a provider to retrieve a block

    interface BlockBrokerConnectProgressEvent {
        broker: string;
        cid: CID;
        provider: PeerId;
        type: "connect";
    }
    Index

    Properties

    Properties

    broker: string
    cid: CID
    provider: PeerId
    type: "connect"