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

    How we should represent peers internally. Peers are known endpoints we can connect to or placeholders for inbound connections

    interface P2PPeerBase {
        kind: NodeKind;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: NodeKind