rippled
Loading...
Searching...
No Matches
domain.cpp
1#include <test/jtx/domain.h>
2
3#include <xrpl/protocol/jss.h>
4
5namespace ripple {
6namespace test {
7namespace jtx {
8
9void
11{
12 jt[sfDomainID.jsonName] = to_string(v_);
13}
14
15} // namespace jtx
16} // namespace test
17} // namespace ripple
A transaction testing environment.
Definition Env.h:102
void operator()(Env &, JTx &jt) const
Definition domain.cpp:10
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:6
std::string to_string(base_uint< Bits, Tag > const &a)
Definition base_uint.h:611
Execution context for applying a JSON transaction.
Definition JTx.h:26