Skip to content

Commit

Permalink
blocks: export more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 31, 2023
1 parent cbcd601 commit 8e2b52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mod profile;
mod result;
mod transaction;

pub use block::Blocks;
pub use block::{Block, BlockType, Blocks};
pub use config::Config;
pub use error::Error;
pub use ndb::Ndb;
Expand Down

0 comments on commit 8e2b52a

Please sign in to comment.