mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 01:41:31 +00:00
Add Query; Add benchmark tests
This commit is contained in:
@ -25,4 +25,7 @@ type Application interface {
|
||||
|
||||
// Remove event listener
|
||||
RemListener(key string) RetCode
|
||||
|
||||
// Query for state
|
||||
Query(query []byte) (RetCode, []byte)
|
||||
}
|
||||
|
Reference in New Issue
Block a user