Struct web3::transports::ipc::Ipc[][src]

pub struct Ipc { /* fields omitted */ }

Unix Domain Sockets (IPC) transport

Methods

impl Ipc
[src]

Create new IPC transport with separate event loop. NOTE: Dropping event loop handle will stop the transport layer!

Create new IPC transport within existing Event Loop.

Trait Implementations

impl Debug for Ipc
[src]

Formats the value using the given formatter. Read more

impl Clone for Ipc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Transport for Ipc
[src]

The type of future this transport returns when a call is made.

Prepare serializable RPC call for given method with parameters.

Execute prepared RPC call.

Execute remote method with given parameters.

impl BatchTransport for Ipc
[src]

The type of future this transport returns when a call is made.

Sends a batch of prepared RPC calls.

impl DuplexTransport for Ipc
[src]

The type of stream this transport returns

Add a subscription to this transport

Remove a subscription from this transport

Auto Trait Implementations

impl Send for Ipc

impl Sync for Ipc