xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::DeliverMin Class Reference

Sets the DeliverMin on a JTx. More...

#include <delivermin.h>

Collaboration diagram for xrpl::test::jtx::DeliverMin:

Public Member Functions

 DeliverMin (STAmount amount)
void operator() (Env &, JTx &jtx) const

Private Attributes

STAmount amount_

Detailed Description

Sets the DeliverMin on a JTx.

Definition at line 12 of file delivermin.h.

Constructor & Destructor Documentation

◆ DeliverMin()

xrpl::test::jtx::DeliverMin::DeliverMin ( STAmount amount)

Definition at line 18 of file delivermin.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::DeliverMin::operator() ( Env & env,
JTx & jtx ) const

Definition at line 11 of file delivermin.cpp.

Member Data Documentation

◆ amount_

STAmount xrpl::test::jtx::DeliverMin::amount_
private

Definition at line 15 of file delivermin.h.