[][src]Module casper_node::rpcs

The set of JSON-RPCs which the API server handles.

See https://github.com/CasperLabs/ceps/blob/master/text/0009-client-api.md#rpcs for info.

Modules

account

RPCs related to accounts.

chain

RPCs related to the block chain.

info

RPCs returning ancillary information.

state

RPCs related to the state.

Constants

RPC_API_PATH

The URL path.

Traits

RpcWithOptionalParams

A JSON-RPC with the "params" field optional.

RpcWithParams

A JSON-RPC requiring the "params" field to be present.

RpcWithoutParams

A JSON-RPC requiring the "params" field to be absent.