//! Minimal implementation of Substrate runtime.
// crates.io
use Deserialize;
/// Block header.
///
/// Substrate reference(s):
/// - <https://github.com/paritytech/substrate/blob/c4d36065764ee23aeb3ccd181c4b6ecea8d2447a/primitives/runtime/src/generic/header.rs#L34-L55>