6 lines
96 B
Rust
6 lines
96 B
Rust
//! Zcash global and per-network constants.
|
|
|
|
pub mod mainnet;
|
|
pub mod regtest;
|
|
pub mod testnet;
|