miden_node_proto/generated/mod.rs
1#![allow(clippy::pedantic, reason = "generated by build.rs and tonic")]
2#![allow(clippy::large_enum_variant, reason = "generated by build.rs and tonic")]
3
4pub mod account;
5pub mod block_producer;
6pub mod blockchain;
7pub mod note;
8pub mod primitives;
9pub mod remote_prover;
10pub mod rpc;
11pub mod store;
12pub mod transaction;
13pub mod validator;