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

    Type Alias KnownProducerView

    Information about a Producer: its account name, peer_id and a list of connected peers that the node can use to send message for this producer.

    type KnownProducerView = {
        account_id: AccountId;
        next_hops?: PublicKey[] | null;
        peer_id: PublicKey;
    }
    Index

    Properties

    account_id: AccountId
    next_hops?: PublicKey[] | null
    peer_id: PublicKey