mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 17:51:39 +00:00
Frist commit on types.proto
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
type Application interface {
|
||||
|
||||
// Return application info
|
||||
Info() (string, *TMSPInfo, *LastBlockInfo, *ConfigInfo)
|
||||
Info() ResponseInfo
|
||||
|
||||
// Set application option (e.g. mode=mempool, mode=consensus)
|
||||
SetOption(key string, value string) (log string)
|
||||
|
Reference in New Issue
Block a user