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