getSnapshotSlot abstract method

  1. @Deprecated('Please use getHighestSnapshotSlot instead')
Future<int> getSnapshotSlot()

Returns the highest slot that the node has a snapshot for

Implementation

@Deprecated('Please use getHighestSnapshotSlot instead')
Future<int> getSnapshotSlot();