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

Hierarchy

  • TypesVote

Properties

block_id?: TypesBlockID

zero if vote is nil.

height?: string

Format

int64

round?: number

Format

int32

signature?: string

Format

byte

timestamp?: string

Format

date-time

SignedMsgType is a type of signed message in the consensus.

  • SIGNED_MSG_TYPE_PREVOTE: Votes
  • SIGNED_MSG_TYPE_PROPOSAL: Proposals
validator_address?: string

Format

byte

validator_index?: number

Format

int32

Generated using TypeDoc