package tendermint.abci

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

service ABCI

types.proto:16

enum CheckTxType

types.proto:92

Used in: RequestCheckTx

message CommitInfo

types.proto:369

Used in: RequestExtendVote, RequestFinalizeBlock, RequestProcessProposal

message Event

types.proto:388

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

Used in: ExecTxResult, ResponseCheckTx, ResponseFinalizeBlock

message EventAttribute

types.proto:397

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

Used in: Event

message ExecTxResult

types.proto:406

ExecTxResult contains results of executing one individual transaction. * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted

Used in: ResponseFinalizeBlock, TxResult

message ExtendedCommitInfo

types.proto:377

ExtendedCommitInfo is similar to CommitInfo except that it is only used in the PrepareProposal request such that CometBFT can provide vote extensions to the application.

Used in: RequestPrepareProposal

message ExtendedVoteInfo

types.proto:449

Used in: ExtendedCommitInfo

message Misbehavior

types.proto:468

Used in: RequestExtendVote, RequestFinalizeBlock, RequestPrepareProposal, RequestProcessProposal

enum MisbehaviorType

types.proto:462

Used in: Misbehavior

message Request

types.proto:40

message RequestApplySnapshotChunk

types.proto:121

Applies a snapshot chunk

Used as request type in: ABCI.ApplySnapshotChunk

Used as field type in: Request

message RequestCheckTx

types.proto:97

Used as request type in: ABCI.CheckTx

Used as field type in: Request

message RequestCommit

types.proto:102

Used as request type in: ABCI.Commit

Used as field type in: Request

(message has no fields)

message RequestEcho

types.proto:62

Used as request type in: ABCI.Echo

Used as field type in: Request

message RequestExtendVote

types.proto:156

Extends a vote with application-injected data

Used as request type in: ABCI.ExtendVote

Used as field type in: Request

message RequestFinalizeBlock

types.proto:181

Used as request type in: ABCI.FinalizeBlock

Used as field type in: Request

message RequestFlush

types.proto:66

Used as request type in: ABCI.Flush

Used as field type in: Request

(message has no fields)

message RequestInfo

types.proto:68

Used as request type in: ABCI.Info

Used as field type in: Request

message RequestInitChain

types.proto:75

Used as request type in: ABCI.InitChain

Used as field type in: Request

message RequestListSnapshots

types.proto:105

lists available snapshots

Used as request type in: ABCI.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: ABCI.LoadSnapshotChunk

Used as field type in: Request

message RequestOfferSnapshot

types.proto:108

offers a snapshot to the application

Used as request type in: ABCI.OfferSnapshot

Used as field type in: Request

message RequestPrepareProposal

types.proto:127

Used as request type in: ABCI.PrepareProposal

Used as field type in: Request

message RequestProcessProposal

types.proto:142

Used as request type in: ABCI.ProcessProposal

Used as field type in: Request

message RequestQuery

types.proto:85

Used as request type in: ABCI.Query

Used as field type in: Request

message RequestVerifyVoteExtension

types.proto:172

Verify the vote extension

Used as request type in: ABCI.VerifyVoteExtension

Used as field type in: Request

message Response

types.proto:197

message ResponseApplySnapshotChunk

types.proto:303

Used as response type in: ABCI.ApplySnapshotChunk

Used as field type in: Response

enum ResponseApplySnapshotChunk.Result

types.proto:308

Used in: ResponseApplySnapshotChunk

message ResponseCheckTx

types.proto:260

Used as response type in: ABCI.CheckTx

Used as field type in: Response

message ResponseCommit

types.proto:277

Used as response type in: ABCI.Commit

Used as field type in: Response

message ResponseEcho

types.proto:225

Used as response type in: ABCI.Echo

Used as field type in: Response

message ResponseException

types.proto:221

nondeterministic

Used in: Response

message ResponseExtendVote

types.proto:332

Used as response type in: ABCI.ExtendVote

Used as field type in: Response

message ResponseFinalizeBlock

types.proto:350

Used as response type in: ABCI.FinalizeBlock

Used as field type in: Response

message ResponseFlush

types.proto:229

Used as response type in: ABCI.Flush

Used as field type in: Response

(message has no fields)

message ResponseInfo

types.proto:231

Used as response type in: ABCI.Info

Used as field type in: Response

message ResponseInitChain

types.proto:241

Used as response type in: ABCI.InitChain

Used as field type in: Response

message ResponseListSnapshots

types.proto:282

Used as response type in: ABCI.ListSnapshots

Used as field type in: Response

message ResponseLoadSnapshotChunk

types.proto:299

Used as response type in: ABCI.LoadSnapshotChunk

Used as field type in: Response

message ResponseOfferSnapshot

types.proto:286

Used as response type in: ABCI.OfferSnapshot

Used as field type in: Response

enum ResponseOfferSnapshot.Result

types.proto:289

Used in: ResponseOfferSnapshot

message ResponsePrepareProposal

types.proto:318

Used as response type in: ABCI.PrepareProposal

Used as field type in: Response

message ResponseProcessProposal

types.proto:322

Used as response type in: ABCI.ProcessProposal

Used as field type in: Response

enum ResponseProcessProposal.ProposalStatus

types.proto:325

Used in: ResponseProcessProposal

message ResponseQuery

types.proto:247

Used as response type in: ABCI.Query

Used as field type in: Response

message ResponseVerifyVoteExtension

types.proto:336

Used as response type in: ABCI.VerifyVoteExtension

Used as field type in: Response

enum ResponseVerifyVoteExtension.VerifyStatus

types.proto:339

Used in: ResponseVerifyVoteExtension

message Snapshot

types.proto:486

Used in: RequestOfferSnapshot, ResponseListSnapshots

message TxResult

types.proto:421

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

message Validator

types.proto:431

Used in: ExtendedVoteInfo, Misbehavior, VoteInfo

message ValidatorUpdate

types.proto:437

Used in: RequestInitChain, ResponseFinalizeBlock, ResponseInitChain

message VoteInfo

types.proto:442

Used in: CommitInfo