ghost-telemetry-backend/telemetry-shard/src/json_message/mod.rs
Uncle Stinky 51e78f29e7
initial commit, building blocks for the later usage
Signed-off-by: Uncle Stinky <uncle.stinky@ghostchain.io>
2024-11-18 16:58:38 +03:00

7 lines
138 B
Rust

//! This module contains the types we need to deserialize JSON messages from nodes
mod hash;
mod node_message;
pub use node_message::*;