Files
rippled/src/test/jtx/impl/delivermin.cpp
2026-05-11 15:39:48 +00:00

17 lines
311 B
C++

#include <test/jtx/delivermin.h>
#include <test/jtx/Env.h>
#include <test/jtx/JTx.h>
#include <xrpl/protocol/jss.h>
namespace xrpl::test::jtx {
void
DeliverMin::operator()(Env& env, JTx& jt) const
{
jt.jv[jss::DeliverMin] = amount_.getJson(JsonOptions::Values::None);
}
} // namespace xrpl::test::jtx