1/// Structs and traits specifically for RPC calls. 2#[cfg(feature = "std")] 3/// export rpc primitive types. 4pub mod rpc;