pallas_handshake/
lib.rs

1mod common;
2
3pub mod n2c;
4pub mod n2n;
5
6pub use common::{MAINNET_MAGIC, TESTNET_MAGIC};