Skip to main content

CheckpointFilter

input CheckpointFilter {
afterCheckpoint: UInt53
atCheckpoint: UInt53
atEpoch: UInt53
beforeCheckpoint: UInt53
}

Fields

CheckpointFilter.afterCheckpoint ● UInt53 scalar

Limit query results to checkpoints that occured strictly after the given checkpoint.

CheckpointFilter.atCheckpoint ● UInt53 scalar

Limit query results to checkpoints that occured at the given checkpoint.

CheckpointFilter.atEpoch ● UInt53 scalar

Limit query results to checkpoints at this epoch.

CheckpointFilter.beforeCheckpoint ● UInt53 scalar

Limit query results to checkpoints that occured strictly before the given checkpoint.

Member Of

checkpoints query