MCPcopy Create free account
hub / github.com/ChainSafe/Delorean-Protocol / query

Method query

fendermint/abci/src/application.rs:49–51  ·  view source on GitHub ↗

Query the application for data at the current or past height.

(&self, request: request::Query)

Source from the content-addressed store, hash-verified

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> {

Callers 1

callMethod · 0.45

Implementers 2

kvstore.rsfendermint/abci/examples/kvstore.rs
app.rsfendermint/app/src/app.rs

Calls

no outgoing calls

Tested by

no test coverage detected