Monero
Loading...
Searching...
No Matches
cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t:
Collaboration diagram for cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t:

Public Attributes

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 too_few_outputs
bool sanity_check_failed
bool tx_extra_too_big
bool nonzero_unlock_time
Public Attributes inherited from cryptonote::rpc_access_response_base
uint64_t credits
std::string top_hash
Public Attributes inherited from cryptonote::rpc_response_base
std::string status
bool untrusted

Additional Inherited Members

Public Member Functions inherited from cryptonote::rpc_access_response_base
 rpc_access_response_base ()
Public Member Functions inherited from cryptonote::rpc_response_base
 rpc_response_base ()

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

◆ nonzero_unlock_time

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::nonzero_unlock_time

◆ 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

◆ too_big

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_big

◆ too_few_outputs

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::too_few_outputs

◆ tx_extra_too_big

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::response_t::tx_extra_too_big

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