near-api-js - v7.0.4
    Preparing search index...

    Type Alias ChunkDistributionNetworkConfig

    Config for the Chunk Distribution Network feature. This allows nodes to push and pull chunks from a central stream. The two benefits of this approach are: (1) less request/response traffic on the peer-to-peer network and (2) lower latency for RPC nodes indexing the chain.

    type ChunkDistributionNetworkConfig = {
        enabled?: boolean;
        uris?: ChunkDistributionUris;
    }
    Index

    Properties

    Properties

    enabled?: boolean