Trait sc_client_api::UsageProvider
source · [−]pub trait UsageProvider<Block: Block> {
fn usage_info(&self) -> ClientInfo<Block>;
}
Expand description
Usage Information Provider interface
Required methods
fn usage_info(&self) -> ClientInfo<Block>
fn usage_info(&self) -> ClientInfo<Block>
Get usage info about current client.