Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChainClientInterface ¶
type ChainClientInterface interface {
Commit(data string) (string, string, error)
Query(txId string, data string) (string, error)
}
func NewChainClient ¶
type ChainTencentChainmakerClient ¶
type ChainTencentChainmakerClient struct {
ClientId string
ClientSecret string
Region string
NetworkId string
ChainId string
Client *tbaas.Client
}
type ChainTencentChainmakerDemoClient ¶
type ChainTencentChainmakerDemoClient struct {
ClientId string
ClientSecret string
Region string
NetworkId string
ChainId string
Client *tbaas.Client
}
Click to show internal directories.
Click to hide internal directories.