(reqQuery types.RequestQuery)
| 156 | } |
| 157 | |
| 158 | func (app *appConnQuery) QuerySync(reqQuery types.RequestQuery) (*types.ResponseQuery, error) { |
| 159 | return app.appConn.QuerySync(reqQuery) |
| 160 | } |
| 161 | |
| 162 | //------------------------------------------------ |
| 163 | // Implements AppConnSnapshot (subset of abcicli.Client) |