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