xrpld
Loading...
Searching...
No Matches
test
jtx
txflags.h
1
#pragma once
2
3
#include <test/jtx/Env.h>
4
5
namespace
xrpl::test::jtx
{
6
8
class
Txflags
9
{
10
private
:
11
std::uint32_t
v_
;
12
13
public
:
14
explicit
Txflags
(
std::uint32_t
v) :
v_
(v)
15
{
16
}
17
18
void
19
operator()
(
Env
&,
JTx
& jt)
const
;
20
};
21
22
}
// namespace xrpl::test::jtx
xrpl::test::jtx::Env
A transaction testing environment.
Definition
Env.h:143
xrpl::test::jtx::Txflags::operator()
void operator()(Env &, JTx &jt) const
Definition
txflags.cpp:11
xrpl::test::jtx::Txflags::v_
std::uint32_t v_
Definition
txflags.h:11
xrpl::test::jtx::Txflags::Txflags
Txflags(std::uint32_t v)
Definition
txflags.h:14
std::uint32_t
xrpl::test::jtx
Definition
Oracle_test.cpp:34
xrpl::test::jtx::JTx
Execution context for applying a JSON transaction.
Definition
JTx.h:23
Generated by
1.16.1