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 602 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 608 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 613 of file core_rpc_server_commands_defs.h.

◆ invalid_input

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_input

Definition at line 609 of file core_rpc_server_commands_defs.h.

◆ invalid_output

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_output

Definition at line 610 of file core_rpc_server_commands_defs.h.

◆ low_mixin

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::low_mixin

Definition at line 607 of file core_rpc_server_commands_defs.h.

◆ not_rct

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_rct

Definition at line 614 of file core_rpc_server_commands_defs.h.

◆ not_relayed

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_relayed

Definition at line 606 of file core_rpc_server_commands_defs.h.

◆ overspend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::overspend

Definition at line 612 of file core_rpc_server_commands_defs.h.

◆ reason

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

Definition at line 605 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 615 of file core_rpc_server_commands_defs.h.

◆ status

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

Definition at line 604 of file core_rpc_server_commands_defs.h.

◆ too_big

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big

Definition at line 611 of file core_rpc_server_commands_defs.h.

◆ untrusted

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::untrusted

Definition at line 616 of file core_rpc_server_commands_defs.h.


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