|
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 622 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::double_spend |
Definition at line 627 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::fee_too_low |
Definition at line 632 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_input |
Definition at line 628 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_output |
Definition at line 629 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::low_mixin |
Definition at line 626 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_rct |
Definition at line 633 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_relayed |
Definition at line 625 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::overspend |
Definition at line 631 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::reason |
Definition at line 624 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::sanity_check_failed |
Definition at line 634 of file core_rpc_server_commands_defs.h.
| std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::status |
Definition at line 623 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big |
Definition at line 630 of file core_rpc_server_commands_defs.h.
| bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::untrusted |
Definition at line 635 of file core_rpc_server_commands_defs.h.