rippled
Loading...
Searching...
No Matches
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...

#include <token.h>

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

Constructor & Destructor Documentation

◆ destination()

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

Definition at line 149 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 116 of file token.cpp.

Member Data Documentation

◆ dest_

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

Definition at line 146 of file token.h.