package tendermint.abci

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

service ABCIApplication

types.proto:378

message BlockParams

types.proto:285

BlockParams contains limits on the block size.

Used in: ConsensusParams

enum CheckTxType

types.proto:83

Used in: RequestCheckTx

message ConsensusParams

types.proto:277

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

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Event

types.proto:300

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

Used in: cosmos.base.abci.v1beta1.Result, cosmos.base.abci.v1beta1.TxResponse, ResponseBeginBlock, ResponseCheckTx, ResponseDeliverTx, ResponseEndBlock

message EventAttribute

types.proto:306

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

Used in: Event

message Evidence

types.proto:350

Used in: RequestBeginBlock

enum EvidenceType

types.proto:344

Used in: Evidence

message LastCommitInfo

types.proto:292

Used in: RequestBeginBlock

message Request

types.proto:22

message RequestApplySnapshotChunk

types.proto:120

Applies a snapshot chunk

Used as request type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Request

message RequestBeginBlock

types.proto:76

Used as request type in: ABCIApplication.BeginBlock

Used as field type in: Request

message RequestCheckTx

types.proto:88

Used as request type in: ABCIApplication.CheckTx

Used as field type in: Request

message RequestCommit

types.proto:101

Used as request type in: ABCIApplication.Commit

Used as field type in: Request

(message has no fields)

message RequestDeliverTx

types.proto:93

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

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

lists available snapshots

Used as request type in: ABCIApplication.ListSnapshots

Used as field type in: Request

(message has no fields)

message RequestLoadSnapshotChunk

types.proto:113

loads a snapshot chunk

Used as request type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Request

message RequestOfferSnapshot

types.proto:107

offers a snapshot to the application

Used as request type in: ABCIApplication.OfferSnapshot

Used as field type in: Request

message RequestQuery

types.proto:69

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

message ResponseApplySnapshotChunk

types.proto:257

Used as response type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Response

enum ResponseApplySnapshotChunk.Result

types.proto:262

Used in: ResponseApplySnapshotChunk

message ResponseBeginBlock

types.proto:198

Used as response type in: ABCIApplication.BeginBlock

Used as field type in: Response

message ResponseCheckTx

types.proto:202

Used as response type in: ABCIApplication.CheckTx

Used as field type in: Response

message ResponseCommit

types.proto:230

Used as response type in: ABCIApplication.Commit

Used as field type in: Response

message ResponseDeliverTx

types.proto:213

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: Response, TxResult

message ResponseEcho

types.proto:155

Used as response type in: ABCIApplication.Echo

Used as field type in: Response

message ResponseEndBlock

types.proto:224

Used as response type in: ABCIApplication.EndBlock

Used as field type in: Response

message ResponseException

types.proto:151

nondeterministic

Used in: Response

message ResponseFlush

types.proto:159

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:161

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:179

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseListSnapshots

types.proto:236

Used as response type in: ABCIApplication.ListSnapshots

Used as field type in: Response

message ResponseLoadSnapshotChunk

types.proto:253

Used as response type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Response

message ResponseOfferSnapshot

types.proto:240

Used as response type in: ABCIApplication.OfferSnapshot

Used as field type in: Response

enum ResponseOfferSnapshot.Result

types.proto:243

Used in: ResponseOfferSnapshot

message ResponseQuery

types.proto:185

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message ResponseSetOption

types.proto:172

nondeterministic

Used as response type in: ABCIApplication.SetOption

Used as field type in: Response

message Snapshot

types.proto:367

Used in: RequestOfferSnapshot, ResponseListSnapshots

message TxResult

types.proto:315

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

message Validator

types.proto:326

Validator

Used in: Evidence, VoteInfo

message ValidatorUpdate

types.proto:333

ValidatorUpdate

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message VoteInfo

types.proto:339

VoteInfo

Used in: LastCommitInfo