Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DB worldstate.DB Logger *logger.SugarLogger }
type ConfigTxValidator ¶ added in v0.2.2
type ConfigTxValidator struct {
// contains filtered or unexported fields
}
func (*ConfigTxValidator) Validate ¶ added in v0.2.2
func (v *ConfigTxValidator) Validate(txEnv *types.ConfigTxEnvelope) (*types.ValidationInfo, error)
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
Validator validates the each transaction read set present in a block against the committed version to ensure the requested isolation level
func (*Validator) ConfigValidator ¶ added in v0.2.2
func (v *Validator) ConfigValidator() *ConfigTxValidator
ConfigValidator provides a pointer to the internal validator that verifies config transactions.
func (*Validator) ValidateBlock ¶
ValidateBlock validates each transaction present in the block to ensure the request isolation level
Click to show internal directories.
Click to hide internal directories.