mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Allow external trigger.
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
|||||||
bool isAcctStComplete() const { return mHaveState; }
|
bool isAcctStComplete() const { return mHaveState; }
|
||||||
bool isTransComplete() const { return mHaveTransactions; }
|
bool isTransComplete() const { return mHaveTransactions; }
|
||||||
Ledger::pointer getLedger() { return mLedger; }
|
Ledger::pointer getLedger() { return mLedger; }
|
||||||
|
void trigger() { trigger(false); }
|
||||||
|
|
||||||
void addOnComplete(boost::function<void (LedgerAcquire::pointer)>);
|
void addOnComplete(boost::function<void (LedgerAcquire::pointer)>);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user