mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
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;
|