Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface GetPeersAPIResponse

    interface GetPeersAPIResponse {
        peers: PeerInfo[];
    }
    Index

    Properties

    Properties

    peers: PeerInfo[]

    The peers for the node

    Type declaration

    • Optionalendpoint?: string

      If the peer is a representative and the peer has been greeted this will be the P2P endpoint for the representative

    • Optionalkey?: string

      IF the peer is a representative and the peer has been greeted this will be the representative's public key

    • kind: number

      The kind of peer that is connected, which is an index into the NodeKind enum