pub fn grind_pow<S: PowStrategy>(
challenge: [u8; 32],
bits: f64,
) -> Option<PoWSolution>Expand description
Performs proof-of-work on a challenge and returns the solution.
This is a simple wrapper that creates a grounder and immediately grinds.