xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::did::Data Class Reference

Sets the optional Data on a DIDSet. More...

#include <did.h>

Collaboration diagram for xrpl::test::jtx::did::Data:

Public Member Functions

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

Private Attributes

std::string data_

Detailed Description

Sets the optional Data on a DIDSet.

Definition at line 53 of file did.h.

Constructor & Destructor Documentation

◆ Data()

xrpl::test::jtx::did::Data::Data ( std::string const & u)
explicit

Definition at line 59 of file did.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::did::Data::operator() ( jtx::Env & ,
jtx::JTx & jtx ) const

Definition at line 64 of file did.h.

Member Data Documentation

◆ data_

std::string xrpl::test::jtx::did::Data::data_
private

Definition at line 56 of file did.h.