pub fn maturity_histogram() -> Result<Vec<(SuiCommandMaturity, usize)>, SpecError>Expand description
Coverage histogram — how many commands sit in each maturity gate. Operators query this for the headline number.
§Errors
Returns the same errors as load_canonical.