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

Sets the optional Owner on an NFTokenOffer. More...

#include <token.h>

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

Public Member Functions

 Owner (jtx::Account const &ownedBy)
void operator() (Env &, JTx &jtx) const

Private Attributes

std::string owner_

Detailed Description

Sets the optional Owner on an NFTokenOffer.

Definition at line 105 of file token.h.

Constructor & Destructor Documentation

◆ Owner()

xrpl::test::jtx::token::Owner::Owner ( jtx::Account const & ownedBy)
explicit

Definition at line 111 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 107 of file token.cpp.

Member Data Documentation

◆ owner_

std::string xrpl::test::jtx::token::Owner::owner_
private

Definition at line 108 of file token.h.