#include <monero_daemon_model.h>
|
| rapidjson::Value | to_rapidjson_val (rapidjson::Document::AllocatorType &allocator) const override |
| |
| std::string | serialize () const |
| |
|
|
static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_submit_tx_result > &result) |
| |
|
static void | from_property_tree (const boost::property_tree::ptree &node, const std::shared_ptr< monero_rpc_payment_info > &rpc_payment_info) |
| |
|
|
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 |
| |
|
boost::optional< uint64_t > | m_credits |
| |
|
boost::optional< std::string > | m_top_block_hash |
| |
Models the result from submitting a tx to a daemon.
◆ to_rapidjson_val()
| rapidjson::Value monero::monero_submit_tx_result::to_rapidjson_val |
( |
rapidjson::Document::AllocatorType & | allocator | ) |
const |
|
overridevirtual |
Converts the struct to a rapidjson Value.
- Parameters
-
| allocator | is the rapidjson document allocator |
- Returns
- the struct as a rapidjson Value
Reimplemented from monero::monero_rpc_payment_info.
The documentation for this struct was generated from the following files: