20 #ifndef RIPPLE_TEST_JTX_QUALITY_H_INCLUDED
21 #define RIPPLE_TEST_JTX_QUALITY_H_INCLUDED
23 #include <test/jtx/Env.h>
qualityIn(std::uint32_t qIn)
qualityInPercent(double percent)
void operator()(Env &, JTx &jtx) const
Sets the QualityIn on a trust JTx.
Sets the literal QualityIn on a trust JTx.
Execution context for applying a JSON transaction.
void operator()(Env &, JTx &jtx) const
Sets the QualityOut on a trust JTx as a percentage.
void operator()(Env &, JTx &jtx) const
Sets the literal QualityOut on a trust JTx.
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
void operator()(Env &, JTx &jtx) const
qualityOutPercent(double percent)
qualityOut(std::uint32_t qOut)
A transaction testing environment.