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

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

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

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

Constructor & Destructor Documentation

◆ uri()

ripple::test::jtx::token::uri::uri ( std::string const &  u)
explicit

Definition at line 78 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 55 of file token.cpp.

Member Data Documentation

◆ uri_

std::string ripple::test::jtx::token::uri::uri_
private

Definition at line 75 of file token.h.