Electroneum
cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t:

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
 

Detailed Description

Definition at line 622 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ double_spend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::double_spend

Definition at line 627 of file core_rpc_server_commands_defs.h.

◆ fee_too_low

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::fee_too_low

Definition at line 632 of file core_rpc_server_commands_defs.h.

◆ invalid_input

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_input

Definition at line 628 of file core_rpc_server_commands_defs.h.

◆ invalid_output

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_output

Definition at line 629 of file core_rpc_server_commands_defs.h.

◆ low_mixin

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::low_mixin

Definition at line 626 of file core_rpc_server_commands_defs.h.

◆ not_rct

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_rct

Definition at line 633 of file core_rpc_server_commands_defs.h.

◆ not_relayed

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_relayed

Definition at line 625 of file core_rpc_server_commands_defs.h.

◆ overspend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::overspend

Definition at line 631 of file core_rpc_server_commands_defs.h.

◆ reason

std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::reason

Definition at line 624 of file core_rpc_server_commands_defs.h.

◆ sanity_check_failed

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::sanity_check_failed

Definition at line 634 of file core_rpc_server_commands_defs.h.

◆ status

std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::status

Definition at line 623 of file core_rpc_server_commands_defs.h.

◆ too_big

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big

Definition at line 630 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::untrusted

Definition at line 635 of file core_rpc_server_commands_defs.h.


The documentation for this struct was generated from the following file: