pub type CheckpointPage = Page<Checkpoint, BigInt<u64>>;Aliased Type§
struct CheckpointPage {
pub data: Vec<Checkpoint>,
pub next_cursor: Option<BigInt<u64>>,
pub has_next_page: bool,
}Fields§
§data: Vec<Checkpoint>§next_cursor: Option<BigInt<u64>>§has_next_page: bool