Available on crate feature
describe-methods
only.Expand description
Types and code for describing our type-based dispatch system.
Structs§
- Method
Description 🔒 - A table describing, for a single RPC method, which types it expects and returns, and which objects it applies to.
- RpcDispatch
Information - A table describing the the set of RPC methods available, which types they expect and return, and which objects they apply to.