pub fn light_compute(light: &Light, header_hash: &[u8; 32], nonce: u64) -> PoW
Expand description

Difficulty quick check for POW preverification

header_hash The hash of the header nonce The block’s nonce mix_hash The mix digest hash Boundary recovered from mix hash Calculate the light client data light - The light client handler header_hash - The header hash to pack into the mix nonce - The nonce to pack into the mix