|
xrpld
|

Classes | |
| struct | Mutex |
Public Types | |
| using | Validation = csf::Validation |
| using | Ledger = csf::Ledger |
Public Member Functions | |
| Adaptor (clock_type &c, LedgerOracle &o) | |
| NetClock::time_point | now () const |
| std::optional< Ledger > | acquire (Ledger::ID const &id) |
Private Attributes | |
| clock_type & | c_ |
| LedgerOracle & | oracle_ |
Definition at line 147 of file Validations_test.cpp.
Definition at line 167 of file Validations_test.cpp.
Definition at line 168 of file Validations_test.cpp.
| xrpl::test::csf::Validations_test::Adaptor::Adaptor | ( | clock_type & | c, |
| LedgerOracle & | o ) |
Definition at line 170 of file Validations_test.cpp.
|
nodiscard |
Definition at line 175 of file Validations_test.cpp.
| std::optional< Ledger > xrpl::test::csf::Validations_test::Adaptor::acquire | ( | Ledger::ID const & | id | ) |
Definition at line 181 of file Validations_test.cpp.
|
private |
Definition at line 149 of file Validations_test.cpp.
|
private |
Definition at line 150 of file Validations_test.cpp.