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

Function getAppContract

kms/auth-eth/hardhat.config.ts:86–88  ·  view source on GitHub ↗
(ethers: any, appId: string)

Source from the content-addressed store, hash-verified

84}
85
86async function getAppContract(ethers: any, appId: string) {
87 return await ethers.getContractAt("DstackApp", appId);
88}
89
90// KMS Contract Tasks
91task("kms:deploy", "Deploy the DstackKms contract")

Callers 1

hardhat.config.tsFile · 0.85

Calls 1

getContractAtMethod · 0.80

Tested by

no test coverage detected