Versions in this module Expand all Collapse all v1 v1.5.6 Oct 3, 2021 Changes in this version + type CommitBatchPreparer struct + func NewCommitBatchPreparer(postOrderSimulatorProvider PostOrderSimulatorProvider, ...) *CommitBatchPreparer + func (p *CommitBatchPreparer) ValidateAndPrepareBatch(blockAndPvtdata *ledger.BlockAndPvtData, doMVCCValidation bool) (*privacyenabledstate.UpdateBatch, []*TxStatInfo, error) + type PostOrderSimulatorProvider interface + NewTxSimulator func(txid string) (ledger.TxSimulator, error) + type TxStatInfo struct + ChaincodeID *peer.ChaincodeID + NumCollections int + TxType common.HeaderType + ValidationCode peer.TxValidationCode + type VerVal struct