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

Sets the optional TransferFee on an NFTokenMint. More...

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

Public Member Functions

 xferFee (std::uint16_t fee)
 
void operator() (Env &, JTx &jtx) const
 

Private Attributes

std::uint16_t xferFee_
 

Detailed Description

Sets the optional TransferFee on an NFTokenMint.

Definition at line 42 of file token.h.

Constructor & Destructor Documentation

◆ xferFee()

ripple::test::jtx::token::xferFee::xferFee ( std::uint16_t  fee)
explicit

Definition at line 48 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 43 of file token.cpp.

Member Data Documentation

◆ xferFee_

std::uint16_t ripple::test::jtx::token::xferFee::xferFee_
private

Definition at line 45 of file token.h.