pub fn list_solution_set_failures(
conn: &Connection,
offset: u32,
limit: u32,
) -> Result<Vec<SolutionSetFailure<'static>>>Expand description
List the latest solution set failures.
Results are ordered by block number and solution set index in descending order.
Returns at most limit failures and starts at offset.