rippled
Loading...
Searching...
No Matches
test
jtx
txflags.h
1
#pragma once
2
3
#include <test/jtx/Env.h>
4
5
namespace
xrpl
{
6
namespace
test {
7
namespace
jtx {
8
10
class
txflags
11
{
12
private
:
13
std::uint32_t
v_
;
14
15
public
:
16
explicit
txflags
(
std::uint32_t
v) :
v_
(v)
17
{
18
}
19
20
void
21
operator()
(
Env
&,
JTx
& jt)
const
;
22
};
23
24
}
// namespace jtx
25
}
// namespace test
26
}
// namespace xrpl
xrpl::test::jtx::Env
A transaction testing environment.
Definition
Env.h:119
xrpl::test::jtx::txflags
Set the flags on a JTx.
Definition
txflags.h:11
xrpl::test::jtx::txflags::txflags
txflags(std::uint32_t v)
Definition
txflags.h:16
xrpl::test::jtx::txflags::v_
std::uint32_t v_
Definition
txflags.h:13
xrpl::test::jtx::txflags::operator()
void operator()(Env &, JTx &jt) const
Definition
txflags.cpp:10
std::uint32_t
xrpl
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition
algorithm.h:5
xrpl::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition
JTx.h:25
Generated by
1.9.8