Type Alias solana_program::clock::UnixTimestamp
source ยท pub type UnixTimestamp = i64;
Expand description
An approximate measure of real-world time.
Expressed as Unix time (i.e. seconds since the Unix epoch).
pub type UnixTimestamp = i64;
An approximate measure of real-world time.
Expressed as Unix time (i.e. seconds since the Unix epoch).