Versions in this module Expand all Collapse all v3 v3.0.0 Jan 20, 2023 Changes in this version + type Verifier struct + NumOfDsGuard int + func (v *Verifier) AggregatedPubKeyFromDsComm(dsComm *list.List, dsBlock *core.DsBlock) ([]byte, error) + func (v *Verifier) AggregatedPubKeyFromTxComm(dsComm *list.List, txBlock *core.TxBlock) ([]byte, error) + func (v *Verifier) UpdateDSCommitteeComposition(selfKeyPub string, dsComm *list.List, dsBlock *core.DsBlock) (*list.List, error) + func (v *Verifier) VerifyDsBlock(dsBlock *core.DsBlock, dsComm *list.List) (*list.List, error) + func (v *Verifier) VerifyTxBlock(txBlock *core.TxBlock, dsComm *list.List) error