package tendermint.types

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

message BlockID

types.proto:50

BlockID

Used in: BlockMeta, Commit, Header, Proposal, Vote

enum BlockIDFlag

types.proto:13

BlockIdFlag indicates which BlcokID the signature is for

Used in: CommitSig

message BlockMeta

types.proto:145

message Commit

types.proto:108

Commit contains the evidence that a block was committed by a set of validators.

Used in: SignedHeader

message CommitSig

types.proto:116

CommitSig is a part of the Vote included in a Commit.

Used in: Commit

message Data

types.proto:85

Data contains the set of transactions included in the block

Header defines the structure of a Tendermint block header.

Used in: BlockMeta, SignedHeader

message LightBlock

types.proto:140

message Part

types.proto:43

message PartSetHeader

types.proto:38

PartsetHeader

Used in: BlockID

message Proposal

types.proto:124

message SignedHeader

types.proto:135

Used in: ibc.lightclients.tendermint.v1.Header, LightBlock

enum SignedMsgType

types.proto:24

SignedMsgType is a type of signed message in the consensus.

Used in: Proposal, Vote

message SimpleValidator

validator.proto:22

message TxProof

types.proto:153

TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree.

message Validator

validator.proto:15

Used in: ValidatorSet

message ValidatorSet

validator.proto:9

Used in: ibc.lightclients.tendermint.v1.Header, LightBlock

message Vote

types.proto:94

Vote represents a prevote, precommit, or commit vote from validators for consensus.