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

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

#include <token.h>

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

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

Constructor & Destructor Documentation

◆ XferFee()

xrpl::test::jtx::token::XferFee::XferFee ( std::uint16_t fee)
explicit

Definition at line 24 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 33 of file token.cpp.

Member Data Documentation

◆ xferFee_

std::uint16_t xrpl::test::jtx::token::XferFee::xferFee_
private

Definition at line 21 of file token.h.