20#ifndef RIPPLE_TEST_JTX_PATHS_H_INCLUDED
21#define RIPPLE_TEST_JTX_PATHS_H_INCLUDED
23#include <test/jtx/Env.h>
25#include <xrpl/protocol/Issue.h>
65 template <
class T,
class... Args>
66 explicit path(T
const& t, Args
const&... args);
94 template <
class T,
class... Args>
96 append(T
const& t, Args
const&... args);
99template <
class T,
class... Args>
105template <
class T,
class... Args>
110 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.
paths(Issue 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.
Execution context for applying a JSON transaction.