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

Sets the optional amount field on an NFTokenMint. More...

#include <token.h>

Collaboration diagram for xrpl::test::jtx::token::Amount:

Public Member Functions

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

Private Attributes

STAmount const amount_

Detailed Description

Sets the optional amount field on an NFTokenMint.

Definition at line 63 of file token.h.

Constructor & Destructor Documentation

◆ Amount()

xrpl::test::jtx::token::Amount::Amount ( STAmount const amount)
explicit

Definition at line 69 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 51 of file token.cpp.

Member Data Documentation

◆ amount_

STAmount const xrpl::test::jtx::token::Amount::amount_
private

Definition at line 66 of file token.h.