Type Alias GetHighestSnapshotSlotApi
GetHighestSnapshotSlotApi: { getHighestSnapshotSlot( NO_CONFIG?: Record<string, never>, ): Readonly<{ full: Slot; incremental: Slot | null }>;} Type declaration
getHighestSnapshotSlot:function
- getHighestSnapshotSlot(
NO_CONFIG?: Record<string, never>,
): Readonly<{ full: Slot; incremental: Slot | null }> Parameters
OptionalNO_CONFIG: Record<string, never>
Returns Readonly<{ full: Slot; incremental: Slot | null }>
Returns the highest slot information that the node has snapshots for.
This will find the highest full snapshot slot, and the highest incremental snapshot slot based on the full snapshot slot, if there is one.