Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Timestamp

Fully qualified path: starkware_utils::types::time::time::Timestamp

[derive(Debug, PartialEq, Drop, Hash, Serde, Copy, starknet::Store)]
pub struct Timestamp {
    pub seconds: u64,
}

Members

seconds

Fully qualified path: starkware_utils::types::time::time::Timestamp::seconds

pub seconds: u64