rippled
Loading...
Searching...
No Matches
tag.cpp
1#include <test/jtx/tag.h>
2
3namespace ripple {
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 ripple
A transaction testing environment.
Definition Env.h:102
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
Json::Value jv
Definition JTx.h:27
void operator()(Env &, JTx &jt) const
Definition tag.cpp:8
std::uint32_t value_
Definition tag.h:15
void operator()(Env &, JTx &jt) const
Definition tag.cpp:14
std::uint32_t value_
Definition tag.h:30