rippled
Loading...
Searching...
No Matches
test
jtx
domain.h
1
#pragma once
2
3
#include <test/jtx/Env.h>
4
5
namespace
ripple
{
6
namespace
test {
7
namespace
jtx {
8
10
class
domain
11
{
12
private
:
13
uint256
v_
;
14
15
public
:
16
explicit
domain
(
uint256
const
& v) :
v_
(v)
17
{
18
}
19
20
void
21
operator()
(
Env
&,
JTx
& jt)
const
;
22
};
23
24
}
// namespace jtx
25
}
// namespace test
26
}
// namespace ripple
ripple::base_uint< 256 >
ripple::test::jtx::Env
A transaction testing environment.
Definition
Env.h:102
ripple::test::jtx::domain
Set the domain on a JTx.
Definition
domain.h:11
ripple::test::jtx::domain::operator()
void operator()(Env &, JTx &jt) const
Definition
domain.cpp:10
ripple::test::jtx::domain::domain
domain(uint256 const &v)
Definition
domain.h:16
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::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition
JTx.h:26
Generated by
1.9.8