package tendermint.abci

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

service ABCIApplication

types.proto:425

enum CheckTxType

types.proto:81

Used in: RequestCheckTx

message CommitInfo

types.proto:321

Used in: RequestBeginBlock, RequestProcessProposal

message Event

types.proto:337

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

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

Used in: Event

message ExtendedCommitInfo

types.proto:326

Used in: RequestPrepareProposal

message ExtendedVoteInfo

types.proto:384

Used in: ExtendedCommitInfo

message Misbehavior

types.proto:396

Used in: RequestBeginBlock, RequestPrepareProposal, RequestProcessProposal

enum MisbehaviorType

types.proto:390

Used in: Misbehavior

message Request

types.proto:22

message RequestApplySnapshotChunk

types.proto:118

Applies a snapshot chunk

Used as request type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Request

message RequestBeginBlock

types.proto:74

Used as request type in: ABCIApplication.BeginBlock

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

message RequestCheckTx

types.proto:86

Used as request type in: ABCIApplication.CheckTx

Used as field type in: Request

message RequestCommit

types.proto:99

Used as request type in: ABCIApplication.Commit

Used as field type in: Request

(message has no fields)

message RequestDeliverTx

types.proto:91

Used as request type in: ABCIApplication.DeliverTx

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

message RequestEcho

types.proto:44

Used as request type in: ABCIApplication.Echo

Used as field type in: Request

message RequestEndBlock

types.proto:95

Used as request type in: ABCIApplication.EndBlock

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

message RequestFlush

types.proto:48

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

Used as request type in: ABCIApplication.InitChain

Used as field type in: Request

message RequestListSnapshots

types.proto:102

lists available snapshots

Used as request type in: ABCIApplication.ListSnapshots

Used as field type in: Request

(message has no fields)

message RequestLoadSnapshotChunk

types.proto:111

loads a snapshot chunk

Used as request type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Request

message RequestOfferSnapshot

types.proto:105

offers a snapshot to the application

Used as request type in: ABCIApplication.OfferSnapshot

Used as field type in: Request

message RequestPrepareProposal

types.proto:124

Used as request type in: ABCIApplication.PrepareProposal

Used as field type in: Request

message RequestProcessProposal

types.proto:139

Used as request type in: ABCIApplication.ProcessProposal

Used as field type in: Request

message RequestQuery

types.proto:67

Used as request type in: ABCIApplication.Query

Used as field type in: Request

message Response

types.proto:155

message ResponseApplySnapshotChunk

types.proto:289

Used as response type in: ABCIApplication.ApplySnapshotChunk

Used as field type in: Response

enum ResponseApplySnapshotChunk.Result

types.proto:294

Used in: ResponseApplySnapshotChunk

message ResponseBeginBlock

types.proto:218

Used as response type in: ABCIApplication.BeginBlock

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

message ResponseCheckTx

types.proto:223

Used as response type in: ABCIApplication.CheckTx

Used as field type in: Response, rpc.grpc.ResponseBroadcastTx

message ResponseCommit

types.proto:262

Used as response type in: ABCIApplication.Commit

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

message ResponseDeliverTx

types.proto:241

Used as response type in: ABCIApplication.DeliverTx

Used as field type in: cosmos.base.store.v1beta1.BlockMetadata.DeliverTx, Response, TxResult, rpc.grpc.ResponseBroadcastTx, state.ABCIResponses

message ResponseEcho

types.proto:183

Used as response type in: ABCIApplication.Echo

Used as field type in: Response

message ResponseEndBlock

types.proto:255

Used as response type in: ABCIApplication.EndBlock

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

message ResponseException

types.proto:179

nondeterministic

Used in: Response

message ResponseFlush

types.proto:187

Used as response type in: ABCIApplication.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:189

Used as response type in: ABCIApplication.Info

Used as field type in: Response

message ResponseInitChain

types.proto:199

Used as response type in: ABCIApplication.InitChain

Used as field type in: Response

message ResponseListSnapshots

types.proto:268

Used as response type in: ABCIApplication.ListSnapshots

Used as field type in: Response

message ResponseLoadSnapshotChunk

types.proto:285

Used as response type in: ABCIApplication.LoadSnapshotChunk

Used as field type in: Response

message ResponseOfferSnapshot

types.proto:272

Used as response type in: ABCIApplication.OfferSnapshot

Used as field type in: Response

enum ResponseOfferSnapshot.Result

types.proto:275

Used in: ResponseOfferSnapshot

message ResponsePrepareProposal

types.proto:304

Used as response type in: ABCIApplication.PrepareProposal

Used as field type in: Response

message ResponseProcessProposal

types.proto:308

Used as response type in: ABCIApplication.ProcessProposal

Used as field type in: Response

enum ResponseProcessProposal.ProposalStatus

types.proto:311

Used in: ResponseProcessProposal

message ResponseQuery

types.proto:205

Used as response type in: ABCIApplication.Query

Used as field type in: Response

message Snapshot

types.proto:414

Used in: RequestOfferSnapshot, ResponseListSnapshots

message TxResult

types.proto:355

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

message Validator

types.proto:366

Validator

Used in: ExtendedVoteInfo, Misbehavior, VoteInfo

message ValidatorUpdate

types.proto:373

ValidatorUpdate

Used in: cosmos.staking.v1beta1.ValidatorUpdates, RequestInitChain, ResponseEndBlock, ResponseInitChain

message VoteInfo

types.proto:379

VoteInfo

Used in: CommitInfo