Variable INTERNAL_DEFAULT_CONFIGConst

INTERNAL_DEFAULT_CONFIG: {
    alertWhenUnauthorized: boolean;
    bootstrapUrls: any[];
    connectTimeout: number;
    debug: boolean;
    litNetwork: string;
    minNodeCount: number;
} = ...

Type declaration

  • alertWhenUnauthorized: boolean
  • bootstrapUrls: any[]
  • connectTimeout: number
  • debug: boolean
  • litNetwork: string
  • minNodeCount: number

Generated using TypeDoc