[−][src]Trait casper_node::rpcs::RpcWithOptionalParams
A JSON-RPC with the "params" field optional.
Associated Types
type OptionalRequestParams: Serialize + for<'de> Deserialize<'de> + JsonSchema + DocExample + Send + 'static[src]
The JSON-RPC request's "params" type. This will be passed to the handler wrapped in an
Option.
type ResponseResult: Serialize + for<'de> Deserialize<'de> + JsonSchema + DocExample + Send + 'static[src]
The JSON-RPC response's "result" type.