package tendermint.abci

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

service ABCIApplication

types.proto:395

message BlockParams

types.proto:298

BlockParams contains limits on the block size.

Used in: ConsensusParams

enum CheckTxType

types.proto:84

Used in: RequestCheckTx

message ConsensusParams

types.proto:290

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

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message Event

types.proto:313

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

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

Used in: Event

message Evidence

types.proto:366

Used in: RequestBeginBlock

enum EvidenceType

types.proto:360

Used in: Evidence

message LastCommitInfo

types.proto:305

Used in: RequestBeginBlock

message Request

types.proto:22

message RequestApplySnapshotChunk

types.proto:121

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: cosmos.base.store.v1beta1.BlockMetadata, 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: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx, 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: cosmos.base.store.v1beta1.BlockMetadata, 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:114

loads a snapshot chunk

Used as request type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Request

message RequestOfferSnapshot

types.proto:108

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

message ResponseApplySnapshotChunk

types.proto:270

Used as response type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Response

enum ResponseApplySnapshotChunk.Result

types.proto:275

Used in: ResponseApplySnapshotChunk

message ResponseBeginBlock

types.proto:199

Used as response type in: ABCIApplication.BeginBlock

Used as field type in: cosmos.base.store.v1beta1.BlockMetadata, Response

message ResponseCheckTx

types.proto:204

Used as response type in: ABCIApplication.CheckTx

Used as field type in: Response

message ResponseCommit

types.proto:243

Used as response type in: ABCIApplication.Commit

Used as field type in: cosmos.base.store.v1beta1.BlockMetadata, Response

message ResponseDeliverTx

types.proto:222

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx, Response, TxResult

message ResponseEcho

types.proto:156

Used as response type in: ABCIApplication.Echo

Used as field type in: Response

message ResponseEndBlock

types.proto:236

Used as response type in: ABCIApplication.EndBlock

Used as field type in: cosmos.base.store.v1beta1.BlockMetadata, Response

message ResponseException

types.proto:152

nondeterministic

Used in: Response

message ResponseFlush

types.proto:160

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:162

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:180

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseListSnapshots

types.proto:249

Used as response type in: ABCIApplication.ListSnapshots

Used as field type in: Response

message ResponseLoadSnapshotChunk

types.proto:266

Used as response type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Response

message ResponseOfferSnapshot

types.proto:253

Used as response type in: ABCIApplication.OfferSnapshot

Used as field type in: Response

enum ResponseOfferSnapshot.Result

types.proto:256

Used in: ResponseOfferSnapshot

message ResponseQuery

types.proto:186

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message ResponseSetOption

types.proto:173

nondeterministic

Used as response type in: ABCIApplication.SetOption

Used as field type in: Response

message Snapshot

types.proto:384

Used in: RequestOfferSnapshot, ResponseListSnapshots

message TxResult

types.proto:331

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

message Validator

types.proto:342

Validator

Used in: Evidence, VoteInfo

message ValidatorUpdate

types.proto:349

ValidatorUpdate

Used in: RequestInitChain, ResponseEndBlock, ResponseInitChain

message VoteInfo

types.proto:355

VoteInfo

Used in: LastCommitInfo