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

Sets the optional RootIndex field when canceling NFTokenOffers. More...

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

Public Member Functions

 rootIndex (uint256 const &index)
 
void operator() (Env &, JTx &jtx) const
 

Private Attributes

std::string rootIndex_
 

Detailed Description

Sets the optional RootIndex field when canceling NFTokenOffers.

Definition at line 173 of file token.h.

Constructor & Destructor Documentation

◆ rootIndex()

ripple::test::jtx::token::rootIndex::rootIndex ( uint256 const &  index)
explicit

Definition at line 179 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 170 of file token.cpp.

Member Data Documentation

◆ rootIndex_

std::string ripple::test::jtx::token::rootIndex::rootIndex_
private

Definition at line 176 of file token.h.