ledger-core
Public Member Functions | Public Attributes | List of all members
ledger::core::api::RippleLikeMemo Struct Referencefinal

#include <RippleLikeMemo.hpp>

Public Member Functions

 RippleLikeMemo (std::string data_, std::string fmt_, std::string ty_)
 
 RippleLikeMemo (const RippleLikeMemo &cpy)
 
RippleLikeMemooperator= (const RippleLikeMemo &cpy)
 
template<class Archive >
void load (Archive &archive)
 
template<class Archive >
void save (Archive &archive) const
 

Public Attributes

std::string data
 
std::string fmt
 
std::string ty
 

Detailed Description

A ripple memo.

https://developers.ripple.com/transaction-common-fields.html#memos-field

Member Data Documentation

◆ data

std::string ledger::core::api::RippleLikeMemo::data

Data carried by the memo.

◆ fmt

std::string ledger::core::api::RippleLikeMemo::fmt

Format of the memo.

◆ ty

std::string ledger::core::api::RippleLikeMemo::ty

Type of the memo.


The documentation for this struct was generated from the following file: