Fetch the highest slot information that the node has snapshots for.
HTTP transport instance
Additional call options
Object containing the highest full snapshot slot and optionally the highest incremental snapshot slot
const { full, incremental } = await getHighestSnapshotSlot(transport);console.log(`Full snapshot slot: ${full}`); Copy
const { full, incremental } = await getHighestSnapshotSlot(transport);console.log(`Full snapshot slot: ${full}`);
1.0.0
Fetch the highest slot information that the node has snapshots for.