mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
blockchain: Export some structs.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user