Versions in this module Expand all Collapse all v1 v1.5.6 Oct 3, 2021 Changes in this version + type CollectionResources interface + type IdentityDeserializer interface + type StateBasedValidator interface + PostValidate func(cc string, blockNum, txNum uint64, err error) + PreValidate func(txNum uint64, block *common.Block) + Validate func(cc string, blockNum, txNum uint64, rwset, prp, ep []byte, ...) commonerrors.TxValidationError + type Validator struct + func New(c vc.Capabilities, s vs.StateFetcher, d vi.IdentityDeserializer, ...) *Validator + func (vscc *Validator) Validate(block *common.Block, namespace string, txPosition int, actionPosition int, ...) commonerrors.TxValidationError