xrpld
Loading...
Searching...
No Matches
test
jtx
impl
txflags.cpp
1
#include <test/jtx/txflags.h>
2
3
#include <test/jtx/Env.h>
4
#include <test/jtx/JTx.h>
5
6
#include <xrpl/protocol/jss.h>
7
8
namespace
xrpl::test::jtx
{
9
10
void
11
Txflags::operator()
(
Env
&,
JTx
& jt)
const
12
{
13
jt[jss::Flags] =
v_
/*| tfFullyCanonicalSig*/
;
14
}
15
16
}
// 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
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