Trait finality_grandpa::BlockNumberOps
source · [−]pub trait BlockNumberOps: Debug + Ord + Add<Output = Self> + Sub<Output = Self> + One + Zero + AsPrimitive<usize> { }
Expand description
Arithmetic necessary for a block number.
pub trait BlockNumberOps: Debug + Ord + Add<Output = Self> + Sub<Output = Self> + One + Zero + AsPrimitive<usize> { }
Arithmetic necessary for a block number.