Electroneum
cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Collaboration diagram for cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t:

Public Attributes

std::string tx_as_hex
 
bool do_not_relay
 
bool do_sanity_checks
 

Detailed Description

Definition at line 607 of file core_rpc_server_commands_defs.h.

Member Data Documentation

◆ do_not_relay

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t::do_not_relay

Definition at line 609 of file core_rpc_server_commands_defs.h.

◆ do_sanity_checks

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t::do_sanity_checks

Definition at line 610 of file core_rpc_server_commands_defs.h.

◆ tx_as_hex

std::string cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t::tx_as_hex

Definition at line 608 of file core_rpc_server_commands_defs.h.


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