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

Set DestinationTag on a JTx. More...

#include <TestHelpers.h>

Collaboration diagram for xrpl::test::jtx::DestTag:

Public Member Functions

 DestTag (std::uint32_t tag)
void operator() (Env &, JTx &jt) const

Private Attributes

std::uint32_t const tag_

Detailed Description

Set DestinationTag on a JTx.

Definition at line 970 of file jtx/TestHelpers.h.

Constructor & Destructor Documentation

◆ DestTag()

xrpl::test::jtx::DestTag::DestTag ( std::uint32_t tag)
explicit

Definition at line 976 of file jtx/TestHelpers.h.

Member Function Documentation

◆ operator()()

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

Definition at line 981 of file jtx/TestHelpers.h.

Member Data Documentation

◆ tag_

std::uint32_t const xrpl::test::jtx::DestTag::tag_
private

Definition at line 973 of file jtx/TestHelpers.h.