pub struct ClientService { /* private fields */ }
Expand description

Client service setup. Creates and registers client and network services with the IO subsystem.

Implementations

Start the ClientService.

Get general IO interface

Get client interface

Get snapshot interface.

Get network service component

Set the actor to be notified on certain chain events

Get a handle to the database.

Shutdown the Client Service

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.