MovePackageCheckpointFilter
Filter for paginating MovePackage
s that were created within a range of checkpoints.
input MovePackageCheckpointFilter {
afterCheckpoint: UInt53
beforeCheckpoint: UInt53
}
Fields
MovePackageCheckpointFilter.afterCheckpoint
● UInt53
scalar
Fetch packages that were published strictly after this checkpoint. Omitting this fetches packages published since genesis.
MovePackageCheckpointFilter.beforeCheckpoint
● UInt53
scalar
Fetch packages that were published strictly before this checkpoint. Omitting this fetches packages published up to the latest checkpoint (inclusive).
Member Of
packages
query