Expand description

OpenEthereum RPC Servers (WS, HTTP, IPC).

Structs

Request handler

Traits

Metadata trait

RPC middleware

Functions

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

Same as start_http, but takes an additional middleware parameter that is introduced as a hyper middleware.

Start IPC server listening on given path.

Start WS server and return Server handle.

Type Definitions

Type alias for http server

Type alias for ipc server

Type alias for ws server