rippled
Loading...
Searching...
No Matches
tag.cpp
1#include <test/jtx/tag.h>
2
3namespace xrpl {
4namespace test {
5namespace jtx {
6
7void
9{
10 jt.jv["DestinationTag"] = value_;
11}
12
13void
15{
16 jt.jv["SourceTag"] = value_;
17}
18
19} // namespace jtx
20} // namespace test
21} // namespace xrpl
A transaction testing environment.
Definition Env.h:97
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
Execution context for applying a JSON transaction.
Definition JTx.h:25
Json::Value jv
Definition JTx.h:26
std::uint32_t value_
Definition tag.h:14
void operator()(Env &, JTx &jt) const
Definition tag.cpp:8
std::uint32_t value_
Definition tag.h:29
void operator()(Env &, JTx &jt) const
Definition tag.cpp:14