pd/
network.rs

1
2
3
4
5
6
//! Methods and types used for generating testnet configurations.
//! Mostly relevant until Penumbra reaches mainnet.

pub mod config;
pub mod generate;
pub mod join;