pub fn validate_against_parent_timestamp<H>(
header: &H,
parent: &H,
) -> Result<(), ConsensusError>where
H: BlockHeader,Available on crate feature
consensus only.Expand description
Validates that the block timestamp is greater than the parent block timestamp.