Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FetchCheckpoint

Fully qualified path: pragma_lib::types::FetchCheckpoint

[derive(Serde, Drop, Copy, starknet::Store)]
struct FetchCheckpoint {
    pair_id: felt252,
    type_of: felt252,
    index: u64,
    expiration_timestamp: u64,
    aggregation_mode: u8,
}

Members

pair_id

Fully qualified path: pragma_lib::types::FetchCheckpoint::pair_id

pair_id: felt252

type_of

Fully qualified path: pragma_lib::types::FetchCheckpoint::type_of

type_of: felt252

index

Fully qualified path: pragma_lib::types::FetchCheckpoint::index

index: u64

expiration_timestamp

Fully qualified path: pragma_lib::types::FetchCheckpoint::expiration_timestamp

expiration_timestamp: u64

aggregation_mode

Fully qualified path: pragma_lib::types::FetchCheckpoint::aggregation_mode

aggregation_mode: u8