//! Persists a block header that this validator has signed.
use WriteTx;
use ;
use BlockHeader;
const SQL: &str = include_str!;
/// Upserts a block header into the database.
///
/// Inserts a new row if no block header exists at the given block number, or replaces the existing
/// block header if one already exists.