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

    Interface P2PPeerRepBase

    Peering information for a Representative (Basic, unsigned information)

    interface P2PPeerRepBase {
        endpoint: string;
        key: Account;
        kind: REPRESENTATIVE;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    endpoint: string

    Endpoint to reach the representative

    key: Account

    Public key of the representative (used as the ID)