Trait subcoin_primitives::ClientExt
source · pub trait ClientExt<Block> {
// Required method
fn best_number(&self) -> u32;
}
Expand description
A trait to extend the Substrate Client.
Required Methods§
sourcefn best_number(&self) -> u32
fn best_number(&self) -> u32
Returns the number of best block.