3#include <test/jtx/Env.h>
5#include <xrpl/protocol/Issue.h>
23 Paths(
Asset const& in,
int depth = 7,
unsigned int limit = 4)
46 template <
class T,
class... Args>
47 explicit Path(T
const& t, Args
const&... args);
77 template <
class T,
class... Args>
79 append(T
const& t, Args
const&... args);
82template <
class T,
class... Args>
88template <
class T,
class... Args>
93 if constexpr (
sizeof...(args) > 0)
Immutable cryptographic account descriptor.
A transaction testing environment.
Converts to IOU Issue or STAmount.
void append(T const &t, Args const &... args)
std::enable_if_t< std::is_constructible_v< Account, T > > appendOne(T const &t)
void operator()(Env &, JTx &jt) const
void appendOne(Account const &account)
Paths(Asset const &in, int depth=7, unsigned int limit=4)
void operator()(Env &, JTx &jt) const
JSON (JavaScript Object Notation).
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
BaseUInt< 160, detail::AccountIDTag > AccountID
A 160-bit unsigned that uniquely identifies an account.
Execution context for applying a JSON transaction.