Type Definition frame_system::limits::ValidationResult

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

A result of validating BlockWeights correctness.