Finish SQL read/write outer ledger functions.

This commit is contained in:
JoelKatz
2011-12-13 19:30:35 -08:00
parent 78fedc05b4
commit b829f2ca16
2 changed files with 46 additions and 0 deletions

View File

@@ -58,6 +58,8 @@ protected:
bool updateAccountState(AccountState::pointer);
bool addTransaction(Transaction::pointer);
bool delTransaction(const uint256& id);
static Ledger::pointer getSQL(const std::string& sqlStatement);
public:
Ledger(const uint160& masterID, uint64 startAmount); // used for the starting bootstrap ledger