Type alias CommonProgramOptions
Common
Program
Options
: { apiUrl
: URL; buildInfo
?: BuildInfo; cardanoNodeConfigPath
?: string; dbCacheTtl
: Seconds | 0; disableDbCache
?: boolean; dumpOnly
?: boolean; enableMetrics
?: boolean; heartbeatInterval
?: number; heartbeatTimeout
?: number; lastRosEpochs
?: number; loggerMinSeverity
?: LogLevel; serviceDiscoveryBackoffFactor
?: number; serviceDiscoveryTimeout
?: number; webSocketApiUrl
?: URL; } & { [ k in keyof typeof ServiceNames as `${Uncapitalize<k>}ProviderUrl`]?: string }