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

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

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

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

Constructor & Destructor Documentation

◆ owner()

ripple::test::jtx::token::owner::owner ( jtx::Account const &  ownedBy)
explicit

Definition at line 123 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 120 of file token.cpp.

Member Data Documentation

◆ owner_

std::string ripple::test::jtx::token::owner::owner_
private

Definition at line 120 of file token.h.