pub fn validate_block_header(
header: &BlockHeader,
parent_header: &BlockHeader,
elasticity_multiplier: u64,
) -> Result<(), InvalidBlockHeaderError>Expand description
Validates that the header fields are correct in reference to the parent_header