pub trait WeightInfo { // Required method fn report_dispute_lost(validator_count: ValidatorSetCount) -> Weight; }