rippled
Public Member Functions | Private Attributes | List of all members
ripple::test::jtx::sendmax Class Reference

Sets the SendMax on a JTx. More...

Collaboration diagram for ripple::test::jtx::sendmax:
Collaboration graph
[legend]

Public Member Functions

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

Private Attributes

STAmount amount_
 

Detailed Description

Sets the SendMax on a JTx.

Definition at line 31 of file sendmax.h.

Constructor & Destructor Documentation

◆ sendmax()

ripple::test::jtx::sendmax::sendmax ( STAmount const &  amount)

Definition at line 37 of file sendmax.h.

Member Function Documentation

◆ operator()()

void ripple::test::jtx::sendmax::operator() ( Env env,
JTx jtx 
) const

Definition at line 28 of file sendmax.cpp.

Member Data Documentation

◆ amount_

STAmount ripple::test::jtx::sendmax::amount_
private

Definition at line 34 of file sendmax.h.