getHighestSnapshotSlot
Returns the highest slot that the node has a snapshot 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.
This method will use 30
Compute Units.
Parameters
None.
Returns
result
The result will be an object with the following fields:
full
The highest fullsnapshot slot encoded as 64-bit unsigned integer.incremental
The greatest incremental snapshot slot derived from the full snapshot.
Last updated
Was this helpful?