[−][src]Trait casper_node::rpcs::RpcWithoutParams
A JSON-RPC requiring the "params" field to be absent.
Associated Types
type ResponseResult: Serialize + for<'de> Deserialize<'de> + Send + 'static
The JSON-RPC response's "result" type.