rippled
Loading...
Searching...
No Matches
delivermin.h
1#pragma once
2
3#include <test/jtx/Env.h>
4
5#include <xrpl/protocol/STAmount.h>
6
7namespace xrpl {
8namespace test {
9namespace jtx {
10
13{
14private:
16
17public:
21
22 void
23 operator()(Env&, JTx& jtx) const;
24};
25
26} // namespace jtx
27} // namespace test
28} // namespace xrpl
A transaction testing environment.
Definition Env.h:119
Sets the DeliverMin on a JTx.
Definition delivermin.h:13
void operator()(Env &, JTx &jtx) const
deliver_min(STAmount const &amount)
Definition delivermin.h:18
auto const amount
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
Definition algorithm.h:5
Execution context for applying a JSON transaction.
Definition JTx.h:25