Versions in this module Expand all Collapse all v0 v0.1.0 Apr 25, 2022 Changes in this version + type Block uint64 + func BytesToBlock(b []byte) Block + func (b Block) Bytes() []byte + type Epoch uint32 + func BytesToEpoch(b []byte) Epoch + func (e Epoch) Bytes() []byte + type Event uint32 + func BytesToEvent(b []byte) Event + func (e Event) Bytes() []byte + type Frame uint32 + func BytesToFrame(b []byte) Frame + func (f Frame) Bytes() []byte + type Lamport uint32 + func BytesToLamport(b []byte) Lamport + func MaxLamport(x, y Lamport) Lamport + func (l Lamport) Bytes() []byte + type Pack uint32 + func BytesToPack(b []byte) Pack + func (p Pack) Bytes() []byte + type Validator uint32 + func BytesToValidator(b []byte) Validator + func (v Validator) Bytes() []byte + type ValidatorID uint32 + func BytesToValidatorID(b []byte) ValidatorID + func (s ValidatorID) Bytes() []byte