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

Sets the optional Destination field on an NFTokenOffer. More...

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

Public Member Functions

 destination (jtx::Account const &dest)
 
void operator() (Env &, JTx &jtx) const
 

Private Attributes

std::string dest_
 

Detailed Description

Sets the optional Destination field on an NFTokenOffer.

Definition at line 147 of file token.h.

Constructor & Destructor Documentation

◆ destination()

ripple::test::jtx::token::destination::destination ( jtx::Account const &  dest)
explicit

Definition at line 153 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 132 of file token.cpp.

Member Data Documentation

◆ dest_

std::string ripple::test::jtx::token::destination::dest_
private

Definition at line 150 of file token.h.