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

Set SourceTag on a JTx. More...

#include <TestHelpers.h>

Collaboration diagram for xrpl::test::jtx::SourceTag:

Public Member Functions

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

Private Attributes

std::uint32_t const tag_

Detailed Description

Set SourceTag on a JTx.

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

Constructor & Destructor Documentation

◆ SourceTag()

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

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

Member Function Documentation

◆ operator()()

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

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

Member Data Documentation

◆ tag_

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

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