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