Enum ConsensusStep
Namespace: Libplanet.Net.Consensus
Assembly: Libplanet.Net.dll
Syntax
public enum ConsensusStep
Fields
Name | Description |
---|---|
Default | Initial Step. |
EndCommit | Commit end step. |
Null | Only when context does not exists. |
PreCommit | Commit voting step. |
PreVote | Voting Step. |
Propose | Proposing Step. |