pub fn insert_header(
    txn: &mut Transaction<'_>,
    header: &SignedHeaderHashed
) -> StateMutationResult<()>
Expand description

Insert a [Header] into the database.