|
xrpld
|
#include <memo.h>

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_ |
Add a memo to a JTx.
If a memo already exists, the new memo is appended to the array.
| xrpl::test::jtx::Memo::Memo | ( | std::string | data, |
| std::string | format, | ||
| std::string | type ) |
|
private |
|
private |
|
private |