xrpld
Loading...
Searching...
No Matches
xrpl::test::jtx::Dtag Struct Reference

Set the destination tag on a JTx. More...

#include <tag.h>

Collaboration diagram for xrpl::test::jtx::Dtag:

Public Member Functions

 Dtag (std::uint32_t value)
void operator() (Env &, JTx &jt) const

Private Attributes

std::uint32_t value_

Detailed Description

Set the destination tag on a JTx.

Definition at line 8 of file tag.h.

Constructor & Destructor Documentation

◆ Dtag()

xrpl::test::jtx::Dtag::Dtag ( std::uint32_t value)
explicit

Definition at line 14 of file tag.h.

Member Function Documentation

◆ operator()()

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

Definition at line 9 of file tag.cpp.

Member Data Documentation

◆ value_

std::uint32_t xrpl::test::jtx::Dtag::value_
private

Definition at line 11 of file tag.h.