Function ethcore::verification::verify_header_params
source · [−]pub fn verify_header_params(
header: &Header,
engine: &dyn EthEngine,
is_full: bool,
check_seal: bool
) -> Result<(), Error>
Expand description
Check basic header parameters.