Solana RPC MethodsRemoved Methods
getSnapshotSlot returned one number: the highest full snapshot slot available
on the RPC node.
Removed RPC method
This method was removed in Agave v2.0. Use getHighestSnapshotSlot.
Migration
The replacement returns an object rather than a single slot. Read full for the
highest full snapshot slot. The optional incremental field is the highest
incremental snapshot based on that full snapshot.
Is this page helpful?