Enum VoteFlag
A State about Vote.
Namespace: Libplanet.Types.Consensus
Assembly: Libplanet.Types.dll
Syntax
public enum VoteFlag : int
Fields
Name | Description |
---|---|
Null | A flag for a Vote indicating that there was no response from a validator. |
PreCommit | A flag for a Vote that is for a pre-commit phase. |
PreVote | A flag for a Vote that is for a pre-vote phase. |
Unknown | A flag for a Vote that is currently unused. Reserved only for possible future use. |