Type Alias sui_json_rpc_types::CheckpointPage
source · 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