[][src]Trait sc_client_api::UsageProvider

pub trait UsageProvider<Block: Block> {
    pub fn usage_info(&self) -> ClientInfo<Block>;
}

Usage Information Provider interface

Required methods

pub fn usage_info(&self) -> ClientInfo<Block>[src]

Get usage info about current client.

Loading content...

Implementors

Loading content...