checkProofOfWork

fun checkProofOfWork(block: Block): Boolean

Proof of work: hash(block) <= target difficulty

Return

true if the input block validates its expected proof of work

Parameters

block