[][src]Trait casper_node::rpcs::RpcWithoutParams

pub trait RpcWithoutParams {
    type ResponseResult: Serialize + for<'de> Deserialize<'de> + Send + 'static;

    const METHOD: &'static str;
}

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.

Loading content...

Associated Constants

const METHOD: &'static str

The JSON-RPC "method" name.

Loading content...

Implementors

impl RpcWithoutParams for GetPeers[src]

impl RpcWithoutParams for GetStatus[src]

impl RpcWithoutParams for GetAuctionInfo[src]

Loading content...