Crate ethcore_rpc [] [src]

Ethcore rpc.

Modules

v1

Ethcore rpc v1.

Structs

ConfirmationsQueue

Queue for all unconfirmed requests.

IpcServer
Metadata

RPC methods metadata.

NetworkSettings

Networking & RPC settings

Server

jsonrpc http server instance

ServerBuilder

Convenient JSON-RPC HTTP Server builder.

SignerService

Manages communication with Signer crate

Enums

IpcServerError
Origin

RPC request origin

RpcServerError

RPC Server startup error.

Traits

SigningQueue

A queue of transactions awaiting to be confirmed and signed.

Functions

is_major_importing

Check if client is during major sync or during block import.

start_http

Start http server asynchronously and returns result with Server handle on success or an error.

start_ipc

Start ipc server asynchronously and returns result with Server handle on success or an error.