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

    Interface P2PPeerRepBase

    Peering information for a Representative (Basic, unsigned information)

    interface P2PPeerRepBase {
        endpoints: { api: string; p2p: string };
        key: Account;
        kind: REPRESENTATIVE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    endpoints: { api: string; p2p: string }

    Endpoints to reach the representative

    key: Account

    Public key of the representative (used as the ID)