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

Method Query

chain/client.go:21–21  ·  view source on GitHub ↗
(txId string, data string, lang string)

Source from the content-addressed store, hash-verified

19type ChainClientInterface interface {
20 Commit(data string, lang string) (string, string, string, error)
21 Query(txId string, data string, lang string) (string, error)
22}
23
24func NewChainClient(providerType string, clientId string, clientSecret string, region string, networkId string, chainId string, endponit string, text string, UserKey string, UserCert string, SignKey string, SignCert string, ContractName string, ContractMethod string, lang string) (ChainClientInterface, error) {

Callers 10

ChatWebhookVerifyMethod · 0.65
FilterQueryFunction · 0.65
fetchWebSearchAPIFunction · 0.65
fetchWebSearchHTMLFunction · 0.65
decodeDuckDuckGoURLFunction · 0.65
handleWebSocketMethod · 0.65
QueryRecordFunction · 0.65
QueryRecordSecondFunction · 0.65
AutoSigninFilterFunction · 0.65

Implementers 4

EthereumClientchain/ethereum.go
ChainTencentChainmakerDemoClientchain/chainmaker_tencent_demo.go
ChainTencentChainmakerClientchain/chainmaker_tencent.go
ChainChainmakerClientchain/chainmaker.go

Calls

no outgoing calls

Tested by

no test coverage detected