Skip to content

Commit

Permalink
Update snarkos lib
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 24, 2022
1 parent 3ccef3a commit 19d685e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions snarkos/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ pub use server::*;
pub mod updater;
pub use updater::*;

pub use snarkos_environment::*;
pub use snarkos_storage::*;
pub use snarkos_environment as environment;
pub use snarkos_network as network;
pub use snarkos_storage as storage;

#[cfg(feature = "rpc")]
pub use snarkos_rpc::*;
pub use snarkos_rpc as rpc;

pub use snarkvm::dpc::{testnet2::Testnet2, Address, Network};

0 comments on commit 19d685e

Please sign in to comment.