Electroneum
Public Attributes | List of all members
cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t Struct Reference

#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
 

Member Data Documentation

◆ double_spend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::double_spend

◆ fee_too_low

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::fee_too_low

◆ invalid_input

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_input

◆ invalid_output

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::invalid_output

◆ low_mixin

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::low_mixin

◆ not_rct

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_rct

◆ not_relayed

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::not_relayed

◆ overspend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::overspend

◆ reason

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

◆ sanity_check_failed

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::sanity_check_failed

◆ status

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

◆ too_big

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big

◆ untrusted

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::untrusted

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