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

Method getAppImplementation

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

Source from the content-addressed store, hash-verified

180 }
181
182 async getAppImplementation(): Promise<string> {
183 const result = await this.client.readContract({
184 address: this.kmsContractAddr,
185 abi: DSTACK_KMS_ABI,
186 functionName: 'appImplementation'
187 });
188 return result as string;
189 }
190}
191
192// initialize app

Callers 1

index.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected