This commit is contained in:
jed
2011-10-20 16:34:22 -07:00
parent 650ee74391
commit 0416d64fdc
16 changed files with 176 additions and 101 deletions

View File

@@ -23,9 +23,10 @@ public:
void load();
void addLedger(Ledger::pointer ledger);
void addAcceptedLedger(Ledger::pointer ledger);
Ledger::pointer getLedger(uint32 index);
Ledger::pointer getLedger(uint256 hash);
Ledger::pointer getAcceptedLedger(uint32 index);
Ledger::pointer getLedger(uint256& hash);
};
#endif