Monero C++ Library
|
#include <monero_wallet_model.h>
Public Member Functions | |
rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const |
std::shared_ptr< monero_output_wallet > | copy (const std::shared_ptr< monero_output > &src, const std::shared_ptr< monero_output > &tgt) const |
std::shared_ptr< monero_output_wallet > | copy (const std::shared_ptr< monero_output_wallet > &src, const std::shared_ptr< monero_output_wallet > &tgt) const |
void | merge (const std::shared_ptr< monero_output > &self, const std::shared_ptr< monero_output > &other) |
void | merge (const std::shared_ptr< monero_output_wallet > &self, const std::shared_ptr< monero_output_wallet > &other) |
Public Member Functions inherited from monero::monero_output | |
std::shared_ptr< monero_output > | copy (const std::shared_ptr< monero_output > &src, const std::shared_ptr< monero_output > &tgt) const |
Public Member Functions inherited from monero::serializable_struct | |
std::string | serialize () const |
Static Public Member Functions | |
static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_output_wallet > &output_wallet) |
Static Public Member Functions inherited from monero::monero_output | |
static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_output > &output) |
Public Attributes | |
boost::optional< uint32_t > | m_account_index |
boost::optional< uint32_t > | m_subaddress_index |
boost::optional< bool > | m_is_spent |
boost::optional< bool > | m_is_frozen |
Public Attributes inherited from monero::monero_output | |
std::shared_ptr< monero_tx > | m_tx |
boost::optional< std::shared_ptr< monero_key_image > > | m_key_image |
boost::optional< uint64_t > | m_amount |
boost::optional< uint64_t > | m_index |
std::vector< uint64_t > | m_ring_output_indices |
boost::optional< std::string > | m_stealth_public_key |
Models a Monero output with wallet extensions.
|
virtual |
Reimplemented from monero::monero_output.
|
virtual |
Converts the struct to a rapidjson Value.
allocator | is the rapidjson document allocator |
Reimplemented from monero::monero_output.