1#ifndef XRPL_TEST_JTX_SEQ_H_INCLUDED 
    2#define XRPL_TEST_JTX_SEQ_H_INCLUDED 
    4#include <test/jtx/Env.h> 
    5#include <test/jtx/tags.h> 
A transaction testing environment.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Execution context for applying a JSON transaction.
 
Set the sequence number on a JTx.
 
std::optional< std::uint32_t > num_
 
void operator()(Env &, JTx &jt) const