blockchain: Export some structs.

This commit is contained in:
parazyd
2022-04-16 20:38:16 +02:00
parent ac46e46e49
commit ccfb7d7d7f

View File

@@ -8,19 +8,19 @@ use crate::{
};
pub mod blockstore;
use blockstore::BlockStore;
pub use blockstore::BlockStore;
pub mod metadatastore;
use metadatastore::StreamletMetadataStore;
pub use metadatastore::StreamletMetadataStore;
pub mod nfstore;
use nfstore::NullifierStore;
pub use nfstore::NullifierStore;
pub mod rootstore;
use rootstore::RootStore;
pub use rootstore::RootStore;
pub mod txstore;
use txstore::TxStore;
pub use txstore::TxStore;
pub struct Blockchain {
/// Blocks sled tree