|
| jtx::Account | getAccount (size_t id) |
| xrpl::Currency | getCurrency (size_t id) |
| ResetState | getResetState () const |
| void | resetTo (ResetState const &s) |
| void | setupEnv (jtx::Env &env, size_t numAct, size_t numCur, std::optional< size_t > const &offererIndex) |
| std::int64_t | totalXRP (ReadView const &v, bool incRoot) |
| bool | checkBalances (ReadView const &v1, ReadView const &v2) |
| jtx::Account | getAvailAccount () |
| xrpl::Currency | getAvailCurrency () |
| template<class F> |
| void | forEachElementPair (STAmount const &sendMax, STAmount const &deliver, std::vector< STPathElement > const &prefix, std::vector< STPathElement > const &suffix, std::optional< AccountID > const &existingAcc, std::optional< Currency > const &existingCur, std::optional< AccountID > const &existingIss, F &&f) |
Definition at line 240 of file PayStrand_test.cpp.
◆ ResetState
◆ getAccount()
| jtx::Account xrpl::test::ExistingElementPool::getAccount |
( |
size_t | id | ) |
|
◆ getCurrency()
| xrpl::Currency xrpl::test::ExistingElementPool::getCurrency |
( |
size_t | id | ) |
|
◆ getResetState()
| ResetState xrpl::test::ExistingElementPool::getResetState |
( |
| ) |
const |
|
nodiscard |
◆ resetTo()
| void xrpl::test::ExistingElementPool::resetTo |
( |
ResetState const & | s | ) |
|
◆ setupEnv()
| void xrpl::test::ExistingElementPool::setupEnv |
( |
jtx::Env & | env, |
|
|
size_t | numAct, |
|
|
size_t | numCur, |
|
|
std::optional< size_t > const & | offererIndex ) |
◆ totalXRP()
◆ checkBalances()
| bool xrpl::test::ExistingElementPool::checkBalances |
( |
ReadView const & | v1, |
|
|
ReadView const & | v2 ) |
◆ getAvailAccount()
| jtx::Account xrpl::test::ExistingElementPool::getAvailAccount |
( |
| ) |
|
◆ getAvailCurrency()
◆ forEachElementPair()
◆ accounts
◆ currencies
◆ currencyNames
◆ nextAvailAccount
| size_t xrpl::test::ExistingElementPool::nextAvailAccount = 0 |
◆ nextAvailCurrency
| size_t xrpl::test::ExistingElementPool::nextAvailCurrency = 0 |