package tendermint.abci.types

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ABCIApplication

types.proto:334

message BlockID

types.proto:289

Used in: Header

message BlockParams

types.proto:225

BlockParams contains limits on the block size.

Used in: ConsensusParams

enum CheckTxType

types.proto:85

Used in: RequestCheckTx

message ConsensusParams

types.proto:218

ConsensusParams contains all consensus-relevant parameters that can be adjusted by the abci app

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Event

types.proto:249

Used in: ResponseBeginBlock, ResponseCheckTx, ResponseDeliverTx, ResponseEndBlock, types.Result

message Evidence

types.proto:323

Used in: RequestBeginBlock

message EvidenceParams

types.proto:232

Used in: ConsensusParams

types.proto:258

Used in: RequestBeginBlock

message LastCommitInfo

types.proto:244

Used in: RequestBeginBlock

message PartSetHeader

types.proto:294

Used in: BlockID

message PubKey

types.proto:318

Used in: ValidatorUpdate

message Request

types.proto:29

message RequestBeginBlock

types.proto:78

Used as request type in: ABCIApplication.BeginBlock

Used as field type in: Request

message RequestCheckTx

types.proto:90

Used as request type in: ABCIApplication.CheckTx

Used as field type in: Request

message RequestCommit

types.proto:103

Used as request type in: ABCIApplication.Commit

Used as field type in: Request

(message has no fields)

message RequestDeliverTx

types.proto:95

Used as request type in: ABCIApplication.DeliverTx

Used as field type in: Request

message RequestEcho

types.proto:45

Used as request type in: ABCIApplication.Echo

Used as field type in: Request

message RequestEndBlock

types.proto:99

Used as request type in: ABCIApplication.EndBlock

Used as field type in: Request

message RequestFlush

types.proto:49

Used as request type in: ABCIApplication.Flush

Used as field type in: Request

(message has no fields)

message RequestInfo

types.proto:51

Used as request type in: ABCIApplication.Info

Used as field type in: Request

message RequestInitChain

types.proto:63

Used as request type in: ABCIApplication.InitChain

Used as field type in: Request

message RequestQuery

types.proto:71

Used as request type in: ABCIApplication.Query

Used as field type in: Request

message RequestSetOption

types.proto:58

nondeterministic

Used as request type in: ABCIApplication.SetOption

Used as field type in: Request

message Response

types.proto:108

message ResponseBeginBlock

types.proto:172

Used as response type in: ABCIApplication.BeginBlock

Used as field type in: Response

message ResponseCheckTx

types.proto:177

Used as response type in: ABCIApplication.CheckTx

Used as field type in: Response

message ResponseCommit

types.proto:208

Used as response type in: ABCIApplication.Commit

Used as field type in: Response

message ResponseDeliverTx

types.proto:189

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: Response

message ResponseEcho

types.proto:130

Used as response type in: ABCIApplication.Echo

Used as field type in: Response

message ResponseEndBlock

types.proto:201

Used as response type in: ABCIApplication.EndBlock

Used as field type in: Response

message ResponseException

types.proto:126

nondeterministic

Used in: Response

message ResponseFlush

types.proto:134

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:136

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:154

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseQuery

types.proto:159

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message ResponseSetOption

types.proto:147

nondeterministic

Used as response type in: ABCIApplication.SetOption

Used as field type in: Response

message Validator

types.proto:300

Validator

Used in: Evidence, VoteInfo

message ValidatorParams

types.proto:240

ValidatorParams contains limits on validators.

Used in: ConsensusParams

message ValidatorUpdate

types.proto:307

ValidatorUpdate

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Version

types.proto:284

Used in: Header

message VoteInfo

types.proto:313

VoteInfo

Used in: LastCommitInfo