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

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

#include <token.h>

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

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

Constructor & Destructor Documentation

◆ Destination()

xrpl::test::jtx::token::Destination::Destination ( jtx::Account const & dest)
explicit

Definition at line 141 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 119 of file token.cpp.

Member Data Documentation

◆ dest_

std::string xrpl::test::jtx::token::Destination::dest_
private

Definition at line 138 of file token.h.