Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

BlockchainResponse: { resTimeInMs: number; url: string }

Type declaration

  • Readonly resTimeInMs: number

    The number of milliseconds it took to make an API request.

  • Readonly url: string

    A blockchain node's URL that's working as expected.

Config: { intervalInSecs?: number; urls: Blockchains }

Type declaration

  • Optional Readonly intervalInSecs?: number

    The fallback system kicks in at this interval. Must be greater than 0. 3 if undefined

  • Readonly urls: Blockchains

    Each URL list must have at least one element.

Dataset: { cosmosLcdNodes: Record<string, BlockchainResponse[]>; cosmosRpcNodes: Record<string, BlockchainResponse[]>; nearUrls?: BlockchainResponse[] }

Every healthy node along with their API call durations.

Type declaration

Generated using TypeDoc