feat: Introduce HlHeader

This commit is contained in:
sprites0
2025-10-05 23:34:04 +00:00
parent 8b2c3a4a34
commit 567d6ce2e4
3 changed files with 202 additions and 3 deletions

View File

@ -9,6 +9,7 @@ pub mod block;
pub use block::HlBlock;
pub mod body;
pub use body::HlBlockBody;
pub mod header;
pub mod rlp;
pub mod serde_bincode_compat;