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

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

#include <did.h>

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

Public Member Functions

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

Private Attributes

std::string uri_

Detailed Description

Sets the optional URI on a DIDSet.

Definition at line 35 of file did.h.

Constructor & Destructor Documentation

◆ Uri()

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

Definition at line 41 of file did.h.

Member Function Documentation

◆ operator()()

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

Definition at line 46 of file did.h.

Member Data Documentation

◆ uri_

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

Definition at line 38 of file did.h.