Interface BitswapComponents

interface BitswapComponents {
    blockstore: Blockstore<{}, {}, {}, {}, {}, {}, {}, {}>;
    libp2p: Libp2p<ServiceMap>;
    logger: ComponentLogger;
    metrics?: Metrics;
    routing: Routing;
}

Properties

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

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration

            Type declaration

              Type declaration

                Type declaration

                  metrics?: Metrics
                  routing: Routing