BaseProviderConfig
Interface: BaseProviderConfig
Defined in: ProviderTypes.ts:34
Indexable
[key: string]: unknown
Properties
| Property | Type | Defined in |
|---|---|---|
agentServerArgs? | string[] | ProviderTypes.ts:42 |
agentServerHost | string | ProviderTypes.ts:36 |
agentServerPath? | string | ProviderTypes.ts:41 |
agentServerPort | number | ProviderTypes.ts:35 |
reconnectAttempts | number | ProviderTypes.ts:37 |
reconnectDelay | number | ProviderTypes.ts:38 |
timeouts? | { agentServerStartup?: number; cleanup?: number; connection?: number; } | ProviderTypes.ts:43 |
timeouts.agentServerStartup? | number | ProviderTypes.ts:44 |
timeouts.cleanup? | number | ProviderTypes.ts:46 |
timeouts.connection? | number | ProviderTypes.ts:45 |
transport | ProviderTransportType | ProviderTypes.ts:40 |
wsRegistrationTimeout | number | ProviderTypes.ts:39 |