checkProofOfWork

fun checkProofOfWork(header: BlockHeader): Boolean

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

Return

true if the input block header validates its expected proof of work

Parameters

header

block header