ghost-node/pallets/traits/src/lib.rs
Uncle Stinky 16b933f3ba
rustfmt ghost traits pallet
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2025-11-27 17:15:30 +03:00

5 lines
80 B
Rust

#![cfg_attr(not(feature = "std"), no_std)]
pub mod exposure;
pub mod networks;