MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / getGatewayAppId

Method getGatewayAppId

kms/auth-eth-bun/index.ts:168–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 async getGatewayAppId(): Promise<string> {
169 const result = await this.client.readContract({
170 address: this.kmsContractAddr,
171 abi: DSTACK_KMS_ABI,
172 functionName: 'gatewayAppId'
173 });
174 return result as string;
175 }
176
177 async getChainId(): Promise<number> {
178 const chainId = await this.client.getChainId();

Callers 1

index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected