helia
    Preparing search index...

    Interface BlockBrokerRequestBlockProgressEvent

    A block broker has retrieved a block from a provider

    interface BlockBrokerRequestBlockProgressEvent {
        broker: string;
        cid: CID;
        provider: PeerId;
        type: "request-block";
    }
    Index

    Properties

    Properties

    broker: string
    cid: CID
    provider: PeerId
    type: "request-block"