#include #include #include #include namespace xrpl::test::jtx { void Txflags::operator()(Env&, JTx& jt) const { jt[jss::Flags] = v_ /*| tfFullyCanonicalSig*/; } } // namespace xrpl::test::jtx