|
xrpld
|


Public Member Functions | |
| LocalTxsImp ()=default | |
| void | pushBack (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 | kHoldLedgers = 5 |
Private Attributes | |
| std::mutex | lock_ |
| std::list< LocalTx > | txns_ |
Definition at line 100 of file LocalTxs.cpp.
|
default |
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 107 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 115 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 134 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 171 of file LocalTxs.cpp.
|
private |
Definition at line 179 of file LocalTxs.cpp.
Definition at line 180 of file LocalTxs.cpp.
|
staticconstexprinherited |
Definition at line 20 of file LocalTxs.h.