rippled
Loading...
Searching...
No Matches
testline.cpp
1#include <test/jtx/testline.h>
2
3namespace xrpl {
4namespace test {
5namespace jtx {
6
7void
9{
10 jt.testLine = line_;
11}
12
13} // namespace jtx
14} // namespace test
15} // namespace xrpl
A transaction testing environment.
Definition Env.h:102
void operator()(Env &, JTx &jt) const
Definition testline.cpp:8
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
Execution context for applying a JSON transaction.
Definition JTx.h:26
std::optional< int > testLine
Definition JTx.h:45