LedgerBegin on pruned ledger
App Development2 posts190 views2 likesLast activity Aug 2023
RY
RyanMedlenOP
Aug 2023Does “LedgerBegin” represent the beginning of the ledger or does it represent the earliest availabie offset in the case of a pruned ledger?
CO
cocreature
Aug 2023LedgerBegin is the beginning of the ledger not the latest pruned offset. If your ledger has been pruned requests for that will fail. There is a GetLatestPrunedOffset endpoint on the transaction service that you can use to get the earliest available offset.