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

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

#include <tag.h>

Collaboration diagram for xrpl::test::jtx::Stag:

Public Member Functions

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

Private Attributes

std::uint32_t value_

Detailed Description

Set the source tag on a JTx.

Definition at line 23 of file tag.h.

Constructor & Destructor Documentation

◆ Stag()

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

Definition at line 29 of file tag.h.

Member Function Documentation

◆ operator()()

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

Definition at line 15 of file tag.cpp.

Member Data Documentation

◆ value_

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

Definition at line 26 of file tag.h.