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

    Network Configuration for a Network

    type NetworkConfig = {
        initialTrustedAccount: Account;
        network: bigint;
        networkAlias: Networks;
        publishAidURL?: string;
        representatives: Representative[];
        validation: ValidationConfig;
    }
    Index

    Properties

    initialTrustedAccount: Account
    network: bigint
    networkAlias: Networks

    Type declaration

    publishAidURL?: string
    representatives: Representative[]

    Type declaration

    Definition of a Representative

    • endpoints: src/config.Endpoints

      The endpoints for which the representative can be reached

    • key: Account

      The public key of the representative

    validation: ValidationConfig

    Type declaration