Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Sync ¶
type Sync[V types.Hashable[H], H types.Hash, A types.Addr] struct { // contains filtered or unexported fields }
func New ¶
func New[V types.Hashable[H], H types.Hash, A types.Addr]( blockListener <-chan sync.BlockBody, driverProposalCh chan<- *types.Proposal[V, H, A], driverPrecommitCh chan<- *types.Precommit[H, A], getPrecommits func(*sync.BlockBody) []types.Precommit[H, A], toValue func(*felt.Felt) V, proposalStore *proposal.ProposalStore[H], ) Sync[V, H, A]
Click to show internal directories.
Click to hide internal directories.