pub type ConsensusManagerProposerMilliTimestampV1 = ProposerMilliTimestampSubstate;

Aliased Type§

struct ConsensusManagerProposerMilliTimestampV1 {
    pub epoch_milli: i64,
}

Fields§

§epoch_milli: i64

A number of millis elapsed since epoch (i.e. a classic “epoch millis” timestamp). A signed number is traditionally used (for reasons like representing instants before A.D. 1970, which may not even apply in our case).