pub type PbEpoch = Epoch;
Alias for Epoch.
Epoch
struct PbEpoch { pub curr: u64, pub prev: u64, }
curr: u64
prev: u64