|
rippled
|


Public Member Functions | |
| LocalTxsImp ()=default | |
| void | push_back (LedgerIndex index, std::shared_ptr< STTx const > const &txn) override |
| CanonicalTXSet | getTxSet () override |
| void | sweep (ReadView const &view) override |
| std::size_t | size () override |
Static Public Attributes | |
| static constexpr int | holdLedgers = 5 |
Private Attributes | |
| std::mutex | m_lock |
| std::list< LocalTx > | m_txns |
Definition at line 88 of file LocalTxs.cpp.
|
default |
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 95 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 103 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 122 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 157 of file LocalTxs.cpp.
|
private |
Definition at line 165 of file LocalTxs.cpp.
Definition at line 166 of file LocalTxs.cpp.
|
staticconstexprinherited |
Definition at line 21 of file LocalTxs.h.