GetHighestSnapshotSlotApi

type GetHighestSnapshotSlotApi = object;

Methods

getHighestSnapshotSlot()

getHighestSnapshotSlot(): GetHighestSnapshotSlotApiResponse;

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.

Returns

GetHighestSnapshotSlotApiResponse

See

https://solana.com/docs/rpc/http/gethighestsnapshotslot

On this page