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

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

#include <token.h>

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

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

Constructor & Destructor Documentation

◆ RootIndex()

xrpl::test::jtx::token::RootIndex::RootIndex ( uint256 const & index)
explicit

Definition at line 163 of file token.h.

Member Function Documentation

◆ operator()()

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

Definition at line 153 of file token.cpp.

Member Data Documentation

◆ rootIndex_

std::string xrpl::test::jtx::token::RootIndex::rootIndex_
private

Definition at line 160 of file token.h.