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