Interface BitswapBlockBrokerComponents

interface BitswapBlockBrokerComponents {
    blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>;
    getHasher: HasherLoader;
    libp2p: Libp2p<ServiceMap>;
    logger: ComponentLogger;
    routing: Routing;
}

Properties

blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  getHasher: HasherLoader
                  routing: Routing