Query the application for data at the current or past height.
(&self, request: request::Query)
| 47 | |
| 48 | /// Query the application for data at the current or past height. |
| 49 | async fn query(&self, request: request::Query) -> AbciResult<response::Query> { |
| 50 | Ok(Default::default()) |
| 51 | } |
| 52 | |
| 53 | /// Check the given transaction before putting it into the local mempool. |
| 54 | async fn check_tx(&self, request: request::CheckTx) -> AbciResult<response::CheckTx> { |