Struct ethcore_rpc::Server []

pub struct Server { /* fields omitted */ }

jsonrpc http server instance

Methods

impl Server

Returns addresses of this server

Closes the server.

Will block, waiting for the server to finish.

Trait Implementations

impl Drop for Server

A method called when the value goes out of scope. Read more