Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FutureKeyStatus

Fully qualified path: pragma_lib::types::FutureKeyStatus

[derive(Serde, Drop, Copy, starknet::Store)]
struct FutureKeyStatus {
    is_active: bool,
    expiry_timestamp: u64,
}

Members

is_active

Fully qualified path: pragma_lib::types::FutureKeyStatus::is_active

is_active: bool

expiry_timestamp

Fully qualified path: pragma_lib::types::FutureKeyStatus::expiry_timestamp

expiry_timestamp: u64