rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ripple::test::jtx::did::uri Class Reference

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

#include <did.h>

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

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 40 of file did.h.

Constructor & Destructor Documentation

◆ uri()

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

Definition at line 46 of file did.h.

Member Function Documentation

◆ operator()()

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

Definition at line 51 of file did.h.

Member Data Documentation

◆ uri_

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

Definition at line 43 of file did.h.