Trace
Trace struct, for checkpointing values as they change at different points in
time, and later looking up past values by block timestamp.
Fully qualified path: openzeppelin_utils::structs::checkpoint::Trace
#[derive(Copy, Drop, starknet::Store)]
pub struct Trace {
pub checkpoints: StorageArray<Checkpoint>,
}
Members
checkpoints
Fully qualified path: openzeppelin_utils::structs::checkpoint::Trace::checkpoints
pub checkpoints: StorageArray<Checkpoint>