rippled
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ripple::test::jtx::memo Class Reference

Add a memo to a JTx. More...

#include <memo.h>

Collaboration diagram for ripple::test::jtx::memo:
Collaboration graph
[legend]

Public Member Functions

 memo (std::string const &data, std::string const &format, std::string const &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 15 of file memo.h.

Constructor & Destructor Documentation

◆ memo()

ripple::test::jtx::memo::memo ( std::string const &  data,
std::string const &  format,
std::string const &  type 
)

Definition at line 23 of file memo.h.

Member Function Documentation

◆ operator()()

void ripple::test::jtx::memo::operator() ( Env ,
JTx jt 
) const

Definition at line 8 of file memo.cpp.

Member Data Documentation

◆ data_

std::string ripple::test::jtx::memo::data_
private

Definition at line 18 of file memo.h.

◆ format_

std::string ripple::test::jtx::memo::format_
private

Definition at line 19 of file memo.h.

◆ type_

std::string ripple::test::jtx::memo::type_
private

Definition at line 20 of file memo.h.