Skip to main content

BaseProviderConfig

@codebolt/provider


Interface: BaseProviderConfig

Defined in: ProviderTypes.ts:34

Indexable

[key: string]: unknown

Properties

PropertyTypeDefined in
agentServerArgs?string[]ProviderTypes.ts:42
agentServerHoststringProviderTypes.ts:36
agentServerPath?stringProviderTypes.ts:41
agentServerPortnumberProviderTypes.ts:35
reconnectAttemptsnumberProviderTypes.ts:37
reconnectDelaynumberProviderTypes.ts:38
timeouts?{ agentServerStartup?: number; cleanup?: number; connection?: number; }ProviderTypes.ts:43
timeouts.agentServerStartup?numberProviderTypes.ts:44
timeouts.cleanup?numberProviderTypes.ts:46
timeouts.connection?numberProviderTypes.ts:45
transportProviderTransportTypeProviderTypes.ts:40
wsRegistrationTimeoutnumberProviderTypes.ts:39