miden-node-proto 0.15.0-rc.3

Miden node message definitions (Store, Block Producer and RPC)
Documentation
1
2
3
4
5
6
7
#![expect(
    clippy::pedantic,
    clippy::allow_attributes,
    reason = "generated by build.rs and tonic"
)]

include!(concat!(env!("OUT_DIR"), "/generated/mod.rs"));