mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Apply local Txns.
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
|||||||
uint32 getTag() const { return mTag; }
|
uint32 getTag() const { return mTag; }
|
||||||
const std::string& getComment() const { return mComment; }
|
const std::string& getComment() const { return mComment; }
|
||||||
Transaction::pointer getTransaction() { return mTransaction; }
|
Transaction::pointer getTransaction() { return mTransaction; }
|
||||||
|
void applyTransaction();
|
||||||
|
|
||||||
bool makeTransaction();
|
bool makeTransaction();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user