#[crpc_mod]
Expand description
This attribute can be used to mark modules that should be available in the cli. This works like a subcommand with nested commands; the module name is used as the subcommand name.
#[crpc_mod]
This attribute can be used to mark modules that should be available in the cli. This works like a subcommand with nested commands; the module name is used as the subcommand name.