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

Sets the optional NFTokenBrokerFee field in a brokerOffer transaction. More...

#include <token.h>

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

Public Member Functions

 BrokerFee (STAmount const fee)
void operator() (Env &, JTx &jtx) const

Private Attributes

STAmount const brokerFee_

Detailed Description

Sets the optional NFTokenBrokerFee field in a brokerOffer transaction.

Definition at line 187 of file token.h.

Constructor & Destructor Documentation

◆ BrokerFee()

xrpl::test::jtx::token::BrokerFee::BrokerFee ( STAmount const fee)
explicit

Definition at line 193 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 193 of file token.cpp.

Member Data Documentation

◆ brokerFee_

STAmount const xrpl::test::jtx::token::BrokerFee::brokerFee_
private

Definition at line 190 of file token.h.