|
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 101 of file LocalTxs.cpp.
|
default |
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 108 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 116 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 135 of file LocalTxs.cpp.
|
overridevirtual |
Implements xrpl::LocalTxs.
Definition at line 172 of file LocalTxs.cpp.
|
private |
Definition at line 180 of file LocalTxs.cpp.
Definition at line 181 of file LocalTxs.cpp.
|
staticconstexprinherited |
Definition at line 23 of file LocalTxs.h.