lib.rs 421 B
Newer Older
#[macro_use]
extern crate lazy_static;

extern crate primitives;
Svyatoslav Nikolsky's avatar
Svyatoslav Nikolsky committed
extern crate serialization;
extern crate rustc_hex as hex;
Marek Kotewicz's avatar
Marek Kotewicz committed
mod deployments;
mod network;
pub use primitives::{hash, compact};
pub use consensus::{ConsensusParams, ConsensusFork, BitcoinCashConsensusParams, ZCashConsensusParams, TransactionOrdering};
Marek Kotewicz's avatar
Marek Kotewicz committed
pub use deployments::Deployment;
pub use network::{Magic, Network};