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

Add a memo to a JTx. More...

#include <memo.h>

Collaboration diagram for xrpl::test::jtx::Memo:

Public Member Functions

 Memo (std::string data, std::string format, std::string type)
void operator() (Env &, JTx &jt) const

Private Attributes

std::string data_
std::string format_
std::string type_

Detailed Description

Add a memo to a JTx.

If a memo already exists, the new memo is appended to the array.

Definition at line 14 of file memo.h.

Constructor & Destructor Documentation

◆ Memo()

xrpl::test::jtx::Memo::Memo ( std::string data,
std::string format,
std::string type )

Definition at line 22 of file memo.h.

Member Function Documentation

◆ operator()()

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

Definition at line 11 of file memo.cpp.

Member Data Documentation

◆ data_

std::string xrpl::test::jtx::Memo::data_
private

Definition at line 17 of file memo.h.

◆ format_

std::string xrpl::test::jtx::Memo::format_
private

Definition at line 18 of file memo.h.

◆ type_

std::string xrpl::test::jtx::Memo::type_
private

Definition at line 19 of file memo.h.