Monero
Public Attributes | List of all members
cryptonote::COMMAND_RPC_SEND_RAW_TX::response 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 untrusted
 

Member Data Documentation

◆ double_spend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::double_spend

◆ fee_too_low

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::fee_too_low

◆ invalid_input

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::invalid_input

◆ invalid_output

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::invalid_output

◆ low_mixin

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::low_mixin

◆ not_rct

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::not_rct

◆ not_relayed

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::not_relayed

◆ overspend

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::overspend

◆ reason

std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response::reason

◆ status

std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::response::status

◆ too_big

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::too_big

◆ untrusted

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response::untrusted

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