(req types.RequestCheckTx)
| 240 | } |
| 241 | |
| 242 | func (cli *socketClient) CheckTxAsync(req types.RequestCheckTx) *ReqRes { |
| 243 | return cli.queueRequest(types.ToRequestCheckTx(req)) |
| 244 | } |
| 245 | |
| 246 | func (cli *socketClient) QueryAsync(req types.RequestQuery) *ReqRes { |
| 247 | return cli.queueRequest(types.ToRequestQuery(req)) |
nothing calls this directly
no test coverage detected