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

Set the domain on a JTx. More...

#include <domain.h>

Collaboration diagram for ripple::test::jtx::domain:
Collaboration graph
[legend]

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 10 of file domain.h.

Constructor & Destructor Documentation

◆ domain()

ripple::test::jtx::domain::domain ( uint256 const &  v)
explicit

Definition at line 16 of file domain.h.

Member Function Documentation

◆ operator()()

void ripple::test::jtx::domain::operator() ( Env ,
JTx jt 
) const

Definition at line 10 of file domain.cpp.

Member Data Documentation

◆ v_

uint256 ripple::test::jtx::domain::v_
private

Definition at line 13 of file domain.h.