3#include <test/jtx/Env.h>
5#include <xrpl/protocol/Issue.h>
44 template <
class T,
class... Args>
45 explicit path(T
const& t, Args
const&... args);
73 template <
class T,
class... Args>
75 append(T
const& t, Args
const&... args);
78template <
class T,
class... Args>
84template <
class T,
class... Args>
89 if constexpr (
sizeof...(args) > 0)
A currency issued by an account.
Immutable cryptographic account descriptor.
A transaction testing environment.
Converts to IOU Issue or STAmount.
std::enable_if_t< std::is_constructible< Account, T >::value > append_one(T const &t)
void append(T const &t, Args const &... args)
void operator()(Env &, JTx &jt) const
void append_one(Account const &account)
Set Paths, SendMax on a JTx.
void operator()(Env &, JTx &jt) const
paths(Issue const &in, int depth=7, unsigned int limit=4)
JSON (JavaScript Object Notation).
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Execution context for applying a JSON transaction.