|
Monero C++ Library
|
#include <monero_daemon_model.h>
Public Member Functions | |
| rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override |
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_submit_tx_result > &result) |
| static std::shared_ptr< monero_submit_tx_result > | deserialize (const std::string &json) |
Static Public Member Functions inherited from monero::monero_rpc_payment_info | |
| static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_rpc_payment_info > &rpc_payment_info) |
| static std::shared_ptr< monero_rpc_payment_info > | deserialize (const std::string &json) |
Public Attributes | |
| boost::optional< bool > | m_has_invalid_input |
| boost::optional< bool > | m_has_invalid_output |
| boost::optional< bool > | m_has_too_few_outputs |
| boost::optional< bool > | m_is_good |
| boost::optional< bool > | m_is_relayed |
| boost::optional< bool > | m_is_double_spend |
| boost::optional< bool > | m_is_fee_too_low |
| boost::optional< bool > | m_is_mixin_too_low |
| boost::optional< bool > | m_is_overspend |
| boost::optional< bool > | m_is_too_big |
| boost::optional< bool > | m_sanity_check_failed |
| boost::optional< bool > | m_is_tx_extra_too_big |
| boost::optional< bool > | m_is_nonzero_unlock_time |
| boost::optional< std::string > | m_reason |
Public Attributes inherited from monero::monero_rpc_payment_info | |
| boost::optional< uint64_t > | m_credits |
| boost::optional< std::string > | m_top_block_hash |
Models the result from submitting a tx to a daemon.
|
overridevirtual |
Converts the struct to a rapidjson Value.
| allocator | is the rapidjson document allocator |
Reimplemented from monero::monero_rpc_payment_info.