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

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

#include <token.h>

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

Public Member Functions

 Uri (std::string const &u)
void operator() (Env &, JTx &jtx) const

Private Attributes

std::string uri_

Detailed Description

Sets the optional URI on an NFTokenMint.

Definition at line 48 of file token.h.

Constructor & Destructor Documentation

◆ Uri()

xrpl::test::jtx::token::Uri::Uri ( std::string const & u)
explicit

Definition at line 54 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 45 of file token.cpp.

Member Data Documentation

◆ uri_

std::string xrpl::test::jtx::token::Uri::uri_
private

Definition at line 51 of file token.h.