MCPcopy Create free account
hub / github.com/tendermint/tendermint / Query

Method Query

abci/types/application.go:14–14  ·  view source on GitHub ↗

Return application info

(RequestQuery)

Source from the content-addressed store, hash-verified

12 // Info/Query Connection
13 Info(RequestInfo) ResponseInfo // Return application info
14 Query(RequestQuery) ResponseQuery // Query for state
15
16 // Mempool Connection
17 CheckTx(RequestCheckTx) ResponseCheckTx // Validate a tx for the mempool

Callers 12

testKVStoreFunction · 0.65
QueryMethod · 0.65
QueryAsyncMethod · 0.65
QuerySyncMethod · 0.65
QueryAsyncMethod · 0.65
QueryMethod · 0.65
handleRequestMethod · 0.65
ABCIQueryWithOptionsMethod · 0.65
getParamFunction · 0.65
createSwitchFunction · 0.65
makeNodeFunction · 0.65
getRouterConfigFunction · 0.65

Implementers 5

PersistentKVStoreApplicationabci/example/kvstore/persistent_kvstor
aBCIApplicationClientabci/types/types.pb.go
BaseApplicationabci/types/application.go
GRPCApplicationabci/types/application.go

Calls

no outgoing calls

Tested by 1

testKVStoreFunction · 0.52