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

Sets the optional Issuer on an NFTokenMint. More...

#include <token.h>

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

Public Member Functions

 Issuer (jtx::Account const &issue)
void operator() (Env &, JTx &jtx) const

Private Attributes

std::string issuer_

Detailed Description

Sets the optional Issuer on an NFTokenMint.

Definition at line 33 of file token.h.

Constructor & Destructor Documentation

◆ Issuer()

xrpl::test::jtx::token::Issuer::Issuer ( jtx::Account const & issue)
explicit

Definition at line 39 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 39 of file token.cpp.

Member Data Documentation

◆ issuer_

std::string xrpl::test::jtx::token::Issuer::issuer_
private

Definition at line 36 of file token.h.