|
Monero C++ Library
|
#include <monero_wallet_model.h>
Public Member Functions | |
| monero_tx_config (const monero_tx_config &config) | |
| monero_tx_config | copy () const |
| rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const |
| std::vector< std::shared_ptr< monero_destination > > | get_normalized_destinations () 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_tx_config > &config) |
| static std::shared_ptr< monero_tx_config > | deserialize (const std::string &config_json) |
Public Attributes | |
| boost::optional< std::string > | m_address |
| boost::optional< uint64_t > | m_amount |
| std::vector< std::shared_ptr< monero_destination > > | m_destinations |
| std::vector< uint32_t > | m_subtract_fee_from |
| boost::optional< std::string > | m_payment_id |
| boost::optional< monero_tx_priority > | m_priority |
| boost::optional< uint32_t > | m_ring_size |
| boost::optional< uint64_t > | m_fee |
| boost::optional< uint32_t > | m_account_index |
| std::vector< uint32_t > | m_subaddress_indices |
| boost::optional< bool > | m_can_split |
| boost::optional< bool > | m_relay |
| boost::optional< std::string > | m_note |
| boost::optional< std::string > | m_recipient_name |
| boost::optional< uint64_t > | m_below_amount |
| boost::optional< bool > | m_sweep_each_subaddress |
| boost::optional< std::string > | m_key_image |
Configures a transaction to send, sweep, or create a payment URI.
|
virtual |
Converts the struct to a rapidjson Value.
| allocator | is the rapidjson document allocator |
Implements monero::serializable_struct.