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

    Definition of a Representative

    type Representative = {
        endpoints: src/config.Endpoints;
        key: Account;
    }
    Index

    Properties

    Properties

    The endpoints for which the representative can be reached

    Type declaration

    Endpoints for reaching a Node

    • api: string

      The API endpoint for the node

    • p2p: string

      The P2P endpoint for the node

    key: Account

    The public key of the representative