pub type EpochDelta = Delta<Epoch>;Expand description
Type alias for epoch offsets and durations.
EpochDelta represents a distance between epochs or a duration measured in epochs.
It is used for epoch arithmetic operations and defining epoch bounds for data retention.
Aliased Typeยง
pub struct EpochDelta(/* private fields */);