Versions in this module Expand all Collapse all v1 v1.21.0 Feb 1, 2024 Changes in this version + const DKGSeedCachePeriod + type DKGResultSubmission struct + BlockNumber uint64 + GroupPublicKey []byte + MemberIndex uint32 + Misbehaved []uint8 + type DKGStarted struct + BlockNumber uint64 + Seed *big.Int + type Deduplicator struct + func NewDeduplicator(chain chain) *Deduplicator + func (d *Deduplicator) NotifyDKGStarted(newDKGSeed *big.Int) bool + func (d *Deduplicator) NotifyRelayEntryStarted(newRequestStartBlock uint64, newRequestPreviousEntry string) (bool, error) + type GroupRegistration struct + BlockNumber uint64 + GroupPublicKey []byte + type RelayEntryRequested struct + BlockNumber uint64 + GroupPublicKey []byte + PreviousEntry []byte + type RelayEntrySubmitted struct + BlockNumber uint64