Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalSignableVote ¶
MarshalSignableVote marshals the fields necessary for a Committee member to cast a Vote (namely the Round, the Step and the BlockHash).
Types ¶
type Header ¶
Header is an embeddable struct representing the consensus event header fields
type UnMarshaller ¶
type UnMarshaller struct {
// contains filtered or unexported fields
}
UnMarshaller marshals and unmarshals consensus event headers. It is a helper to be embedded in the various consensus message unmarshallers.
func NewUnMarshaller ¶
func NewUnMarshaller() *UnMarshaller
NewUnMarshaller instantiates a struct to Marshal and Unmarshal event Headers
Click to show internal directories.
Click to hide internal directories.