Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ getGatewayAppId
Method
getGatewayAppId
kms/auth-eth/src/ethereum.ts:62–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
async
getGatewayAppId(): Promise<string> {
63
return
await
this.kmsContract.gatewayAppId();
64
}
65
66
async
getChainId(): Promise<number> {
67
const
chainId =
await
this.provider.getNetwork().then((network) => network.chainId);
Callers
1
build
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected