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

    Type Alias NetworkInfoView

    type NetworkInfoView = {
        connected_peers: PeerInfoView[];
        known_producers: KnownProducerView[];
        num_connected_peers: number;
        peer_max_count: number;
        tier1_accounts_data: AccountDataView[];
        tier1_accounts_keys: PublicKey[];
        tier1_connections: PeerInfoView[];
    }
    Index

    Properties

    connected_peers: PeerInfoView[]
    known_producers: KnownProducerView[]
    num_connected_peers: number
    peer_max_count: number
    tier1_accounts_data: AccountDataView[]
    tier1_accounts_keys: PublicKey[]
    tier1_connections: PeerInfoView[]