Function to retrieve previous ledger hashes from the ledger.

This commit is contained in:
JoelKatz
2012-12-28 20:40:30 -08:00
parent 3c9be6f549
commit 3ff4dc99ad
2 changed files with 35 additions and 8 deletions

View File

@@ -198,6 +198,7 @@ public:
static uint256 getLedgerHashIndex(uint32 desiredLedgerIndex);
static int getLedgerHashOffset(uint32 desiredLedgerIndex);
static int getLedgerHashOffset(uint32 desiredLedgerIndex, uint32 currentLedgerIndex);
uint256 getLedgerHash(uint32 ledgerIndex);
static uint256 getLedgerFeatureIndex();
static uint256 getLedgerFeeIndex();