rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ripple::test::jtx::token::amount Class Reference

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

#include <token.h>

Collaboration diagram for ripple::test::jtx::token::amount:
Collaboration graph
[legend]

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 68 of file token.h.

Constructor & Destructor Documentation

◆ amount()

ripple::test::jtx::token::amount::amount ( STAmount const  amount)
explicit

Definition at line 74 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 43 of file token.cpp.

Member Data Documentation

◆ amount_

STAmount const ripple::test::jtx::token::amount::amount_
private

Definition at line 71 of file token.h.