package tendermint.abci

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

service ABCIApplication

types.proto:382

message BlockParams

types.proto:285

BlockParams contains limits on the block size.

Used in: ConsensusParams

enum CheckTxType

types.proto:82

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

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

Used in: Event

message Evidence

types.proto:353

Used in: RequestBeginBlock

enum EvidenceType

types.proto:347

Used in: Evidence

message LastCommitInfo

types.proto:292

Used in: RequestBeginBlock

message Request

types.proto:22

message RequestApplySnapshotChunk

types.proto:115

Applies a snapshot chunk

Used as request type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Request

message RequestBeginBlock

types.proto:75

Used as request type in: ABCIApplication.BeginBlock

Used as field type in: Request

message RequestCheckTx

types.proto:87

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

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

Used as request type in: ABCIApplication.EndBlock

Used as field type in: Request

message RequestFlush

types.proto:44

Used as request type in: ABCIApplication.Flush

Used as field type in: Request

(message has no fields)

message RequestInfo

types.proto:46

Used as request type in: ABCIApplication.Info

Used as field type in: Request

message RequestInitChain

types.proto:58

Used as request type in: ABCIApplication.InitChain

Used as field type in: Request

message RequestListSnapshots

types.proto:99

lists available snapshots

Used as request type in: ABCIApplication.ListSnapshots

Used as field type in: Request

(message has no fields)

message RequestLoadSnapshotChunk

types.proto:108

loads a snapshot chunk

Used as request type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Request

message RequestOfferSnapshot

types.proto:102

offers a snapshot to the application

Used as request type in: ABCIApplication.OfferSnapshot

Used as field type in: Request

message RequestQuery

types.proto:68

Used as request type in: ABCIApplication.Query

Used as field type in: Request

message RequestSetOption

types.proto:53

nondeterministic

Used as request type in: ABCIApplication.SetOption

Used as field type in: Request

message Response

types.proto:124

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

Used as response type in: ABCIApplication.BeginBlock

Used as field type in: Response

message ResponseCheckTx

types.proto:196

Used as response type in: ABCIApplication.CheckTx

Used as field type in: Response

message ResponseCommit

types.proto:234

Used as response type in: ABCIApplication.Commit

Used as field type in: Response

message ResponseDeliverTx

types.proto:210

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: Response, TxResult

message ResponseEcho

types.proto:148

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

nondeterministic

Used in: Response

message ResponseFlush

types.proto:150

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:152

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:170

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseListSnapshots

types.proto:240

Used as response type in: ABCIApplication.ListSnapshots

Used as field type in: Response

message ResponseLoadSnapshotChunk

types.proto:255

Used as response type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Response

message ResponseOfferSnapshot

types.proto:242

Used as response type in: ABCIApplication.OfferSnapshot

Used as field type in: Response

enum ResponseOfferSnapshot.Result

types.proto:245

Used in: ResponseOfferSnapshot

message ResponseQuery

types.proto:176

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message ResponseSetOption

types.proto:163

nondeterministic

Used as response type in: ABCIApplication.SetOption

Used as field type in: Response

message Snapshot

types.proto:371

Used in: RequestOfferSnapshot, ResponseListSnapshots

message TxResult

types.proto:318

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

message Validator

types.proto:329

Validator

Used in: Evidence, VoteInfo

message ValidatorUpdate

types.proto:336

ValidatorUpdate

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message VoteInfo

types.proto:342

VoteInfo

Used in: LastCommitInfo