sov-modules-macros 0.3.0

Macros for use with the Sovereign SDK module system
1
2
3
4
5
mod expose_rpc;
mod rpc_gen;

pub(crate) use expose_rpc::ExposeRpcMacro;
pub(crate) use rpc_gen::rpc_gen;