Trait sc_finality_grandpa::BlockNumberOps[]

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.

Implementors