|
Monero
|
#include <core_rpc_server_commands_defs.h>


Public Attributes | |
| std::string | reason |
| bool | not_relayed |
| bool | low_mixin |
| bool | double_spend |
| bool | invalid_input |
| bool | invalid_output |
| bool | too_big |
| bool | overspend |
| bool | fee_too_low |
| bool | too_few_outputs |
| bool | sanity_check_failed |
| bool | tx_extra_too_big |
| bool | nonzero_unlock_time |
| Public Attributes inherited from cryptonote::rpc_access_response_base | |
| uint64_t | credits |
| std::string | top_hash |
| Public Attributes inherited from cryptonote::rpc_response_base | |
| std::string | status |
| bool | untrusted |
Additional Inherited Members | |
| Public Member Functions inherited from cryptonote::rpc_access_response_base | |
| rpc_access_response_base () | |
| Public Member Functions inherited from cryptonote::rpc_response_base | |
| rpc_response_base () | |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::double_spend |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::fee_too_low |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_input |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_output |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::low_mixin |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::nonzero_unlock_time |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_relayed |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::overspend |
| std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::reason |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::sanity_check_failed |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_few_outputs |
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::tx_extra_too_big |