xrpld
Loading...
Searching...
No Matches
last_ledger_sequence.cpp
1#include <test/jtx/last_ledger_sequence.h>
2
3#include <test/jtx/Env.h>
4#include <test/jtx/JTx.h>
5
6namespace xrpl::test::jtx {
7
8void
10{
11 jt["LastLedgerSequence"] = num_;
12}
13
14} // namespace xrpl::test::jtx
A transaction testing environment.
Definition Env.h:143
Execution context for applying a JSON transaction.
Definition JTx.h:23
void operator()(Env &, JTx &jt) const