mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Call NetworkOPs::pubTransaction.
This commit is contained in:
@@ -136,6 +136,9 @@ public:
|
||||
void setLedger(Ledger::pointer ledger) { mDefaultLedger = ledger;
|
||||
mAlternateLedger = Ledger::pointer(); }
|
||||
|
||||
Ledger::pointer getTransactionLedger(uint32 targetLedger);
|
||||
TransactionEngineResult applyTransaction(const SerializedTransaction&, TransactionEngineParams,
|
||||
Ledger::pointer ledger);
|
||||
TransactionEngineResult applyTransaction(const SerializedTransaction&, TransactionEngineParams,
|
||||
uint32 targetLedger);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user