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

Set the domain on a JTx. More...

#include <domain.h>

Collaboration diagram for xrpl::test::jtx::Domain:

Public Member Functions

 Domain (uint256 const &v)
void operator() (Env &, JTx &jt) const

Private Attributes

uint256 v_

Detailed Description

Set the domain on a JTx.

Definition at line 8 of file domain.h.

Constructor & Destructor Documentation

◆ Domain()

xrpl::test::jtx::Domain::Domain ( uint256 const & v)
explicit

Definition at line 14 of file domain.h.

Member Function Documentation

◆ operator()()

void xrpl::test::jtx::Domain::operator() ( Env & ,
JTx & jt ) const

Definition at line 12 of file domain.cpp.

Member Data Documentation

◆ v_

uint256 xrpl::test::jtx::Domain::v_
private

Definition at line 11 of file domain.h.