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

Sets the SendMax on a JTx. More...

#include <sendmax.h>

Collaboration diagram for xrpl::test::jtx::Sendmax:

Public Member Functions

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

Private Attributes

STAmount amount_

Detailed Description

Sets the SendMax on a JTx.

Definition at line 12 of file sendmax.h.

Constructor & Destructor Documentation

◆ Sendmax()

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

Definition at line 18 of file sendmax.h.

Member Function Documentation

◆ operator()()

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

Definition at line 11 of file sendmax.cpp.

Member Data Documentation

◆ amount_

STAmount xrpl::test::jtx::Sendmax::amount_
private

Definition at line 15 of file sendmax.h.