pub fn latest_solution_failures(
conn: &Connection,
ca: &ContentAddress,
limit: u32,
) -> Result<Vec<SolutionFailure<'static>>>Expand description
Query the latest solution failures for a given solution content address.
Results are ordered by block number and solution index in descending order.
Returns at most limit failures.