Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subquery/subql
/ apiDisconnect
Method
apiDisconnect
packages/node-core/src/api.service.ts:28–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
handleError(error: Error): ApiConnectionError;
27
apiConnect(): Promise<void>;
28
apiDisconnect(): Promise<void>;
29
updateChainTypes?(chainTypes: unknown): Promise<void>;
30
}
31
Callers
1
onApplicationShutdown
Method · 0.65
Implementers
1
ApiPromiseConnection
packages/node/src/indexer/apiPromise.c
Calls
no outgoing calls
Tested by
no test coverage detected