mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Finish SQL read/write outer ledger functions.
This commit is contained in:
2
Ledger.h
2
Ledger.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user