Documentation ¶
Index ¶
- func CatchUpRequest(destModule stdtypes.ModuleID, digest []uint8, sn types.SeqNr) *types2.Message
- func CatchUpResponse(destModule stdtypes.ModuleID, resp *types4.Preprepare) *types2.Message
- func Commit(destModule stdtypes.ModuleID, sn types.SeqNr, view types1.ViewNr, ...) *types2.Message
- func Done(destModule stdtypes.ModuleID, digests [][]uint8) *types2.Message
- func MissingPreprepare(destModule stdtypes.ModuleID, preprepare *types4.Preprepare) *types2.Message
- func NewView(destModule stdtypes.ModuleID, view types1.ViewNr, ...) *types2.Message
- func Prepare(destModule stdtypes.ModuleID, sn types.SeqNr, view types1.ViewNr, ...) *types2.Message
- func Preprepare(destModule stdtypes.ModuleID, sn types.SeqNr, view types1.ViewNr, data []uint8, ...) *types2.Message
- func PreprepareRequest(destModule stdtypes.ModuleID, digest []uint8, sn types.SeqNr) *types2.Message
- func SignedViewChange(destModule stdtypes.ModuleID, viewChange *types4.ViewChange, signature []uint8) *types2.Message
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CatchUpRequest ¶
func CatchUpResponse ¶
func MissingPreprepare ¶
func Preprepare ¶
func PreprepareRequest ¶
func SignedViewChange ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.