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