pub type ConsensusManagerProposerMinuteTimestamp = ProposerMinuteTimestampSubstate;

Aliased Type§

struct ConsensusManagerProposerMinuteTimestamp {
    pub epoch_minute: i32,
}

Fields§

§epoch_minute: i32

A number of full minutes elapsed since epoch. A signed number is used for the same reasons as in ProposerMilliTimestampSubstate, and gives us time until A.D. 5772.