MCPcopy Create free account
hub / github.com/DeAI-Artist/Linkis / CheckTxAsync

Method CheckTxAsync

abci/client/socket_client.go:242–244  ·  view source on GitHub ↗
(req types.RequestCheckTx)

Source from the content-addressed store, hash-verified

240}
241
242func (cli *socketClient) CheckTxAsync(req types.RequestCheckTx) *ReqRes {
243 return cli.queueRequest(types.ToRequestCheckTx(req))
244}
245
246func (cli *socketClient) QueryAsync(req types.RequestQuery) *ReqRes {
247 return cli.queueRequest(types.ToRequestQuery(req))

Callers

nothing calls this directly

Calls 2

queueRequestMethod · 0.95
ToRequestCheckTxFunction · 0.92

Tested by

no test coverage detected