pub type ValidationResult = Result<BlockWeights, ValidationErrors>;
Expand description

A result of validating BlockWeights correctness.