1#ifndef XRPL_TEST_JTX_PROP_H_INCLUDED
2#define XRPL_TEST_JTX_PROP_H_INCLUDED
4#include <test/jtx/Env.h>
18 template <
class... Args>
A transaction testing environment.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Execution context for applying a JSON transaction.
void set(std::unique_ptr< basic_prop > p)
Set a property If the property already exists, it is replaced.
std::unique_ptr< basic_prop > p_
void operator()(Env &env, JTx &jt) const