package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Dec 16, 2020
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Poll struct {
NodeID string `json:"nodeId"`
OnPeriodID uint64 `json:"onPeriodId"`
ClosingTime uint64 `json:"closingTime"`
Ballots vote.Ballots `json:"blockIDs"`
}
Poll ...
type Vote struct {
NodeID string `json:"nodeId"`
OnPeriodID uint64 `json:"onPeriodId"`
PreviousBlockID model.Hash `json:"previousBlockId"`
VotedBlockID model.Hash `json:"vote"`
}
Vote ...
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.