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