Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Checkpoint

Generic checkpoint representation.

Fully qualified path: openzeppelin_utils::structs::checkpoint::Checkpoint

[derive(Copy, Drop, Serde, PartialEq, Debug)]
pub struct Checkpoint {
    pub key: u64,
    pub value: u256,
}

Members

key

Fully qualified path: openzeppelin_utils::structs::checkpoint::Checkpoint::key

pub key: u64

value

Fully qualified path: openzeppelin_utils::structs::checkpoint::Checkpoint::value

pub value: u256