package types

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

service ABCIApplication

types.proto:325

message BlockID

types.proto:276

Used in: Header

message BlockSizeParams

types.proto:216

BlockSize contains limits on the block size.

Used in: ConsensusParams

message ConsensusParams

types.proto:209

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

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Evidence

types.proto:310

Used in: RequestBeginBlock

message EvidenceParams

types.proto:224

EvidenceParams contains limits on the evidence.

Used in: ConsensusParams

types.proto:242

Used in: RequestBeginBlock

message KVPairs

types.proto:318

message LastCommitInfo

types.proto:234

Used in: RequestBeginBlock

message PartSetHeader

types.proto:281

Used in: BlockID

message PubKey

types.proto:305

Used in: ValidatorUpdate

message Request

types.proto:27

message RequestBeginBlock

types.proto:77

Used as request type in: ABCIApplication.BeginBlock

Used as field type in: Request

message RequestCheckTx

types.proto:84

Used as request type in: ABCIApplication.CheckTx

Used as field type in: Request

message RequestCommit

types.proto:96

Used as request type in: ABCIApplication.Commit

Used as field type in: Request

(message has no fields)

message RequestDeliverTx

types.proto:88

Used as request type in: ABCIApplication.DeliverTx

Used as field type in: Request

message RequestEcho

types.proto:43

Used as request type in: ABCIApplication.Echo

Used as field type in: Request

message RequestEndBlock

types.proto:92

Used as request type in: ABCIApplication.EndBlock

Used as field type in: Request

message RequestFlush

types.proto:47

Used as request type in: ABCIApplication.Flush

Used as field type in: Request

(message has no fields)

message RequestInfo

types.proto:50

Used as request type in: ABCIApplication.Info

Used as field type in: Request

message RequestInitChain

types.proto:62

Used as request type in: ABCIApplication.InitChain

Used as field type in: Request

message RequestQuery

types.proto:70

Used as request type in: ABCIApplication.Query

Used as field type in: Request

message RequestSetOption

types.proto:57

nondeterministic

Used as request type in: ABCIApplication.SetOption

Used as field type in: Request

message Response

types.proto:102

message ResponseBeginBlock

types.proto:167

Used as response type in: ABCIApplication.BeginBlock

Used as field type in: Response

message ResponseCheckTx

types.proto:171

Used as response type in: ABCIApplication.CheckTx

Used as field type in: transaction.ResultBroadcastTxCommit, Response

message ResponseCommit

types.proto:199

Used as response type in: ABCIApplication.Commit

Used as field type in: Response

message ResponseDeliverTx

types.proto:182

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: transaction.ResultBroadcastTxCommit, Response

message ResponseEcho

types.proto:124

Used as response type in: ABCIApplication.Echo

Used as field type in: Response

message ResponseEndBlock

types.proto:193

Used as response type in: ABCIApplication.EndBlock

Used as field type in: Response

message ResponseException

types.proto:120

nondeterministic

Used in: Response

message ResponseFlush

types.proto:128

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:131

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:149

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseQuery

types.proto:154

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message ResponseSetOption

types.proto:142

nondeterministic

Used as response type in: ABCIApplication.SetOption

Used as field type in: Response

message Validator

types.proto:287

Validator

Used in: Evidence, VoteInfo

message ValidatorParams

types.proto:230

ValidatorParams contains limits on validators.

Used in: ConsensusParams

message ValidatorUpdate

types.proto:294

ValidatorUpdate

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Version

types.proto:270

Used in: Header

message VoteInfo

types.proto:300

VoteInfo

Used in: LastCommitInfo