Monero C++ Library
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
monero::monero_outgoing_transfer Struct Reference

#include <monero_wallet_model.h>

Inheritance diagram for monero::monero_outgoing_transfer:
monero::monero_transfer monero::serializable_struct

Public Member Functions

rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
std::shared_ptr< monero_outgoing_transfercopy (const std::shared_ptr< monero_transfer > &src, const std::shared_ptr< monero_transfer > &tgt) const
 
std::shared_ptr< monero_outgoing_transfercopy (const std::shared_ptr< monero_outgoing_transfer > &src, const std::shared_ptr< monero_outgoing_transfer > &tgt) const
 
boost::optional< bool > is_incoming () const
 
void merge (const std::shared_ptr< monero_transfer > &self, const std::shared_ptr< monero_transfer > &other)
 
void merge (const std::shared_ptr< monero_outgoing_transfer > &self, const std::shared_ptr< monero_outgoing_transfer > &other)
 
- Public Member Functions inherited from monero::monero_transfer
rapidjson::Value to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const
 
std::shared_ptr< monero_transfercopy (const std::shared_ptr< monero_transfer > &src, const std::shared_ptr< monero_transfer > &tgt) const
 
boost::optional< bool > is_outgoing () const
 
void merge (const std::shared_ptr< monero_transfer > &self, const std::shared_ptr< monero_transfer > &other)
 
- Public Member Functions inherited from monero::serializable_struct
std::string serialize () const
 

Public Attributes

std::vector< uint32_t > m_subaddress_indices
 
std::vector< std::string > m_addresses
 
std::vector< std::shared_ptr< monero_destination > > m_destinations
 
- Public Attributes inherited from monero::monero_transfer
std::shared_ptr< monero_tx_walletm_tx
 
boost::optional< uint64_t > m_amount
 
boost::optional< uint32_t > m_account_index
 

Additional Inherited Members

- Static Public Member Functions inherited from monero::monero_transfer
static void from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_transfer > &transfer)
 

Detailed Description

Models an outgoing transfer of funds from the wallet.

Member Function Documentation

◆ is_incoming()

boost::optional< bool > monero::monero_outgoing_transfer::is_incoming ( ) const
virtual

◆ to_rapidjson_val()

rapidjson::Value monero::monero_outgoing_transfer::to_rapidjson_val ( rapidjson::Document::AllocatorType & allocator) const
virtual

Converts the struct to a rapidjson Value.

Parameters
allocatoris the rapidjson document allocator
Returns
the struct as a rapidjson Value

Implements monero::serializable_struct.


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