Helper functions.

This commit is contained in:
JoelKatz
2013-01-11 14:21:31 -08:00
parent 7d7d2bc46b
commit d14d8cbf76
4 changed files with 24 additions and 0 deletions

View File

@@ -200,6 +200,7 @@ public:
static int getLedgerHashOffset(uint32 desiredLedgerIndex);
static int getLedgerHashOffset(uint32 desiredLedgerIndex, uint32 currentLedgerIndex);
uint256 getLedgerHash(uint32 ledgerIndex);
std::vector< std::pair<uint32, uint256> > getLedgerHashes();
static uint256 getLedgerFeatureIndex();
static uint256 getLedgerFeeIndex();