package tendermint.abci

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

service ABCIApplication

types.proto:391

message BlockParams

types.proto:292

BlockParams contains limits on the block size.

Used in: ConsensusParams

enum CheckTxType

types.proto:84

Used in: RequestCheckTx

message ConsensusParams

types.proto:284

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

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Event

types.proto:307

Event allows application developers to attach additional information to ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. Later, transactions may be queried using these events.

Used in: ResponseBeginBlock, ResponseCheckTx, ResponseDeliverTx, ResponseEndBlock

message EventAttribute

types.proto:316

EventAttribute is a single key-value pair, associated with an event.

Used in: Event

message Evidence

types.proto:360

Used in: RequestBeginBlock

enum EvidenceType

types.proto:354

Used in: Evidence

message LastCommitInfo

types.proto:299

Used in: RequestBeginBlock

message Request

types.proto:22

message RequestApplySnapshotChunk

types.proto:122

Applies a snapshot chunk

Used as request type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Request

message RequestBeginBlock

types.proto:77

Used as request type in: ABCIApplication.BeginBlock

Used as field type in: Request

message RequestCheckTx

types.proto:89

Used as request type in: ABCIApplication.CheckTx

Used as field type in: Request

message RequestCommit

types.proto:102

Used as request type in: ABCIApplication.Commit

Used as field type in: Request

(message has no fields)

message RequestDeliverTx

types.proto:94

Used as request type in: ABCIApplication.DeliverTx

Used as field type in: Request

message RequestEcho

types.proto:42

Used as request type in: ABCIApplication.Echo

Used as field type in: Request

message RequestEndBlock

types.proto:98

Used as request type in: ABCIApplication.EndBlock

Used as field type in: Request

message RequestFlush

types.proto:46

Used as request type in: ABCIApplication.Flush

Used as field type in: Request

(message has no fields)

message RequestInfo

types.proto:48

Used as request type in: ABCIApplication.Info

Used as field type in: Request

message RequestInitChain

types.proto:60

Used as request type in: ABCIApplication.InitChain

Used as field type in: Request

message RequestListSnapshots

types.proto:105

lists available snapshots

Used as request type in: ABCIApplication.ListSnapshots

Used as field type in: Request

(message has no fields)

message RequestLoadSnapshotChunk

types.proto:115

loads a snapshot chunk

Used as request type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Request

message RequestOfferSnapshot

types.proto:109

offers a snapshot to the application

Used as request type in: ABCIApplication.OfferSnapshot

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:55

nondeterministic

Used as request type in: ABCIApplication.SetOption

Used as field type in: Request

message Response

types.proto:131

message ResponseApplySnapshotChunk

types.proto:264

Used as response type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Response

enum ResponseApplySnapshotChunk.Result

types.proto:269

Used in: ResponseApplySnapshotChunk

message ResponseBeginBlock

types.proto:200

Used as response type in: ABCIApplication.BeginBlock

Used as field type in: Response

message ResponseCheckTx

types.proto:205

Used as response type in: ABCIApplication.CheckTx

Used as field type in: Response

message ResponseCommit

types.proto:237

Used as response type in: ABCIApplication.Commit

Used as field type in: Response

message ResponseDeliverTx

types.proto:217

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: Response, TxResult

message ResponseEcho

types.proto:157

Used as response type in: ABCIApplication.Echo

Used as field type in: Response

message ResponseEndBlock

types.proto:229

Used as response type in: ABCIApplication.EndBlock

Used as field type in: Response

message ResponseException

types.proto:153

nondeterministic

Used in: Response

message ResponseFlush

types.proto:161

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:163

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:181

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseListSnapshots

types.proto:243

Used as response type in: ABCIApplication.ListSnapshots

Used as field type in: Response

message ResponseLoadSnapshotChunk

types.proto:260

Used as response type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Response

message ResponseOfferSnapshot

types.proto:247

Used as response type in: ABCIApplication.OfferSnapshot

Used as field type in: Response

enum ResponseOfferSnapshot.Result

types.proto:250

Used in: ResponseOfferSnapshot

message ResponseQuery

types.proto:187

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message ResponseSetOption

types.proto:174

nondeterministic

Used as response type in: ABCIApplication.SetOption

Used as field type in: Response

message Snapshot

types.proto:380

Used in: RequestOfferSnapshot, ResponseListSnapshots

message TxResult

types.proto:325

TxResult contains results of executing the transaction. One usage is indexing transaction results.

message Validator

types.proto:336

Validator

Used in: Evidence, VoteInfo

message ValidatorUpdate

types.proto:343

ValidatorUpdate

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message VoteInfo

types.proto:349

VoteInfo

Used in: LastCommitInfo