Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrPvtdataHashMissmatch ¶
type ErrPvtdataHashMissmatch struct {
Msg string
}
如果公共读写集中存在集合的哈希,则将引发errpvtDataHashMissMatch 与块中提供的相应pvt数据不匹配以进行验证
func (*ErrPvtdataHashMissmatch) Error ¶
func (e *ErrPvtdataHashMissmatch) Error() string
type Validator ¶
type Validator interface { ValidateAndPrepareBatch(blockAndPvtdata *ledger.BlockAndPvtData, doMVCCValidation bool) ( *privacyenabledstate.UpdateBatch, []*txmgr.TxStatInfo, error, ) }
Validator validates the transactions present in a block and returns a batch that should be used to update the state
Click to show internal directories.
Click to hide internal directories.