Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...
    interface PeerInfo {
        endpoint?: string;
        key?: string;
        kind: number;
    }
    Index

    Properties

    endpoint?: string

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

    key?: 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