minimumLedgerSlot abstract method

Future<int> minimumLedgerSlot()

Returns the lowest slot that the node has information about in its ledger. This value may increase over time if the node is configured to purge older ledger data

Implementation

Future<int> minimumLedgerSlot();