rippled
|
Classes | |
struct | epsilon_multiple |
class | flags_helper |
Functions | |
std::uint32_t | owned_count_of (ReadView const &view, AccountID const &id, LedgerEntryType type) |
void | owned_count_helper (Env &env, AccountID const &id, LedgerEntryType type, std::uint32_t value) |
template<class Cond , class... Args> | |
void | require_args (requires_t &vec, Cond const &cond, Args const &... args) |
std::uint32_t ripple::test::jtx::detail::owned_count_of | ( | ReadView const & | view, |
AccountID const & | id, | ||
LedgerEntryType | type | ||
) |
Definition at line 29 of file owners.cpp.
void ripple::test::jtx::detail::owned_count_helper | ( | Env & | env, |
AccountID const & | id, | ||
LedgerEntryType | type, | ||
std::uint32_t | value | ||
) |
Definition at line 41 of file owners.cpp.
void ripple::test::jtx::detail::require_args | ( | requires_t & | vec, |
Cond const & | cond, | ||
Args const &... | args | ||
) |