Documentation
¶
Index ¶
- func AppRestoreState(destModule types.ModuleID, checkpoint *types6.StableCheckpoint) *types1.Event
- func AppSnapshotRequest(destModule types.ModuleID, replyTo types.ModuleID) *types1.Event
- func DeliverCert(destModule types.ModuleID, sn types.SeqNr, cert *types5.Cert) *types1.Event
- func HashRequest(destModule types.ModuleID, data []*types3.HashData, origin *types1.HashOrigin) *types1.Event
- func HashResult(destModule types.ModuleID, digests [][]uint8, origin *types1.HashOrigin) *types1.Event
- func Init(destModule types.ModuleID) *types1.Event
- func MessageReceived(destModule types.ModuleID, from types.NodeID, msg *types4.Message) *types1.Event
- func NewConfig(destModule types.ModuleID, epochNr types.EpochNr, ...) *types1.Event
- func NewEpoch(destModule types.ModuleID, epochNr types.EpochNr) *types1.Event
- func NewRequests(destModule types.ModuleID, requests []*types2.Request) *types1.Event
- func NodeSigsVerified(destModule types.ModuleID, origin *types1.SigVerOrigin, nodeIds []types.NodeID, ...) *types1.Event
- func SendMessage(destModule types.ModuleID, msg *types4.Message, destinations []types.NodeID) *types1.Event
- func SignRequest(destModule types.ModuleID, data [][]uint8, origin *types1.SignOrigin) *types1.Event
- func SignResult(destModule types.ModuleID, signature []uint8, origin *types1.SignOrigin) *types1.Event
- func TimerGarbageCollect(destModule types.ModuleID, retentionIndex types.RetentionIndex) *types1.Event
- func TimerRepeat(destModule types.ModuleID, eventsToRepeat []*types1.Event, ...) *types1.Event
- func VerifyNodeSigs(destModule types.ModuleID, data []*types1.SigVerData, signatures [][]uint8, ...) *types1.Event
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppRestoreState ¶ added in v0.3.0
func AppSnapshotRequest ¶ added in v0.3.0
func DeliverCert ¶ added in v0.3.0
func HashRequest ¶ added in v0.3.0
func HashResult ¶ added in v0.3.0
func MessageReceived ¶
func NewRequests ¶ added in v0.3.0
func NodeSigsVerified ¶
func SendMessage ¶
func SignRequest ¶
func SignResult ¶
func TimerGarbageCollect ¶ added in v0.3.5
func TimerRepeat ¶ added in v0.3.5
func TimerRepeat(destModule types.ModuleID, eventsToRepeat []*types1.Event, delay types.TimeDuration, retentionIndex types.RetentionIndex) *types1.Event
func VerifyNodeSigs ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.