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