pub trait ChainVersionMethodsExt {
    // Required method
    fn major_version(&self) -> Result<u64, Error>;
}

Required Methods§

Implementors§