Skip to main content

miden_node_rpc/
lib.rs

1mod server;
2#[cfg(test)]
3mod tests;
4
5pub use server::{Rpc, RpcMode, SequencerInternal};
6
7// CONSTANTS
8// =================================================================================================
9pub const COMPONENT: &str = "miden-rpc";
10pub const LOG_TARGET: &str = "user::miden-rpc";