Get desktop application:
View/edit binary Protocol Buffers messages
BlockParams contains limits on the block size.
Used in:
Note: must be greater than 0
Note: must be greater or equal to -1
Used in:
ConsensusParams contains all consensus-relevant parameters that can be adjusted by the abci app
Used in:
, ,Event allows application developers to attach additional information to ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. Later, transactions may be queried using these events.
Used in:
, , ,EventAttribute is a single key-value pair, associated with an event.
Used in:
nondeterministic
Used in:
The offending validator
The height when the offense occurred
The corresponding time where the offense occurred
Total voting power of the validator set in case the ABCI application does not store historical validators. https://github.com/tendermint/tendermint/issues/4581
Used in:
Used in:
Applies a snapshot chunk
Used as request type in: ABCIApplication.ApplySnapshotChunk
Used as field type in:
Used as request type in: ABCIApplication.BeginBlock
Used as field type in:
Used as request type in: ABCIApplication.CheckTx
Used as field type in:
Used as request type in: ABCIApplication.Commit
Used as field type in:
(message has no fields)
Used as request type in: ABCIApplication.DeliverTx
Used as field type in:
Used as request type in: ABCIApplication.Echo
Used as field type in:
Used as request type in: ABCIApplication.EndBlock
Used as field type in:
Used as request type in: ABCIApplication.Flush
Used as field type in:
(message has no fields)
Used as request type in: ABCIApplication.Info
Used as field type in:
Used as request type in: ABCIApplication.InitChain
Used as field type in:
lists available snapshots
Used as request type in: ABCIApplication.ListSnapshots
Used as field type in:
(message has no fields)
loads a snapshot chunk
Used as request type in: ABCIApplication.LoadSnapshotChunk
Used as field type in:
offers a snapshot to the application
Used as request type in: ABCIApplication.OfferSnapshot
Used as field type in:
snapshot offered by peers
light client-verified app hash for snapshot height
Used as request type in: ABCIApplication.Query
Used as field type in:
nondeterministic
Used as request type in: ABCIApplication.SetOption
Used as field type in:
Used as response type in: ABCIApplication.ApplySnapshotChunk
Used as field type in:
Chunks to refetch and reapply
Chunk senders to reject and ban
Used in:
Unknown result, abort all snapshot restoration
Chunk successfully accepted
Abort all snapshot restoration
Retry chunk (combine with refetch and reject)
Retry snapshot (combine with refetch and reject)
Reject this snapshot, try others
Used as response type in: ABCIApplication.BeginBlock
Used as field type in:
Used as response type in: ABCIApplication.CheckTx
Used as field type in:
nondeterministic
nondeterministic
Used as response type in: ABCIApplication.Commit
Used as field type in:
reserve 1
Used as response type in: ABCIApplication.DeliverTx
Used as field type in:
,nondeterministic
nondeterministic
Used as response type in: ABCIApplication.Echo
Used as field type in:
Used as response type in: ABCIApplication.EndBlock
Used as field type in:
nondeterministic
Used in:
Used as response type in: ABCIApplication.Flush
Used as field type in:
(message has no fields)
Used as response type in: ABCIApplication.Info
Used as field type in:
Used as response type in: ABCIApplication.InitChain
Used as field type in:
Used as response type in: ABCIApplication.ListSnapshots
Used as field type in:
Used as response type in: ABCIApplication.LoadSnapshotChunk
Used as field type in:
Used as response type in: ABCIApplication.OfferSnapshot
Used as field type in:
Used in:
Unknown result, abort all snapshot restoration
Snapshot accepted, apply chunks
Abort all snapshot restoration
Reject this specific snapshot, try others
Reject all snapshots of this format, try others
Reject all snapshots from the sender(s), try others
Used as response type in: ABCIApplication.Query
Used as field type in:
bytes data = 2; // use "value" instead.
nondeterministic
nondeterministic
nondeterministic
Used as response type in: ABCIApplication.SetOption
Used as field type in:
bytes data = 2;
Used in:
,The height at which the snapshot was taken
The application-specific snapshot format
Number of chunks in the snapshot
Arbitrary snapshot hash, equal only if identical
Arbitrary application metadata
TxResult contains results of executing the transaction. One usage is indexing transaction results.
Validator
Used in:
,The first 20 bytes of SHA256(public key)
PubKey pub_key = 2 [(gogoproto.nullable)=false];
The voting power
ValidatorUpdate
Used in:
, ,VoteInfo
Used in: