pub struct FullNodeInformantData {
    pub client: Arc<Client>,
    pub sync: Option<Arc<dyn SyncProvider>>,
    pub net: Option<Arc<dyn ManageNetwork>>,
}
Expand description

Informant data for a full node.

Fields

client: Arc<Client>sync: Option<Arc<dyn SyncProvider>>net: Option<Arc<dyn ManageNetwork>>

Trait Implementations

Whether it executes transactions

Whether it is currently importing (also included in Report)

Generate a report of blockchain status, memory usage, and sync info.

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.