pub type TimestampAsMinutes = LimitedResolutionTimestamp<Minutes, BonsaiEpoch>;
Expand description

A timestamp stored as the number of minutes (60 seconds) relative to BonsaiEpoch. Internally, the number of minutes is represented as an i32, allowing a range of +/- ~4,086 years.

Aliased Type§

struct TimestampAsMinutes(/* private fields */);