5 lines
192 B
Rust
5 lines
192 B
Rust
//! OpenRPC specification for the Mycelium JSON-RPC API
|
|
|
|
/// The OpenRPC specification for the Mycelium JSON-RPC API
|
|
pub const OPENRPC_SPEC: &str = include_str!("../../../docs/openrpc.json");
|