|
Electroneum
|
#include <core_rpc_server_commands_defs.h>

Public Attributes | |
| std::string | status |
| 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 | not_rct |
| bool | sanity_check_failed |
| bool | untrusted |
Definition at line 602 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::double_spend |
Definition at line 608 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::fee_too_low |
Definition at line 613 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_input |
Definition at line 609 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_output |
Definition at line 610 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::low_mixin |
Definition at line 607 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_rct |
Definition at line 614 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_relayed |
Definition at line 606 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::overspend |
Definition at line 612 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::reason |
Definition at line 605 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::sanity_check_failed |
Definition at line 615 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::status |
Definition at line 604 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big |
Definition at line 611 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::untrusted |
Definition at line 616 of file core_rpc_server_commands_defs.h.