Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProposalMsg ¶
type ProposalMsg struct { Round int64 ID []byte JustifyParent []byte PeerID string Timestamp int64 PublicKey []byte Signature []byte }
func (*ProposalMsg) String ¶
func (p *ProposalMsg) String() string
func (*ProposalMsg) Validate ¶
func (p *ProposalMsg) Validate() error
type TimeoutMsg ¶
type TimeoutMsg struct { Round int64 Index int64 ParentRound int64 ParentID []byte SendID string Timestamp int64 PublicKey []byte Signature []byte }
func (*TimeoutMsg) String ¶
func (t *TimeoutMsg) String() string
func (*TimeoutMsg) Validate ¶
func (t *TimeoutMsg) Validate() error
Click to show internal directories.
Click to hide internal directories.