MCPcopy
hub / github.com/the-open-agent/openagent / ChainTencentChainmakerDemoClient

Struct ChainTencentChainmakerDemoClient

chain/chainmaker_tencent_demo.go:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type ChainTencentChainmakerDemoClient struct {
30 ClientId string
31 ClientSecret string
32 Region string
33 NetworkId string
34 ChainId string
35 Client *tbaas.Client
36}
37
38func newChainTencentChainmakerDemoClient(clientId, clientSecret, region, networkId, chainId string, lang string) (*ChainTencentChainmakerDemoClient, error) {
39 credential := common.NewCredential(clientId, clientSecret)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected