Monero
Public Member Functions | Public Attributes | List of all members
cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t Struct Reference

#include <core_rpc_server_commands_defs.h>

Inheritance diagram for cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t:
Collaboration graph
[legend]

Public Member Functions

 KV_SERIALIZE_PARENT (rpc_access_request_base)
 

Public Attributes

std::string tx_as_hex
 
bool do_not_relay
 
bool do_sanity_checks
 
- Public Attributes inherited from cryptonote::rpc_access_request_base
std::string client
 

Member Function Documentation

◆ KV_SERIALIZE_PARENT()

cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t::KV_SERIALIZE_PARENT ( rpc_access_request_base  )

Member Data Documentation

◆ do_not_relay

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t::do_not_relay

◆ do_sanity_checks

bool cryptonote::COMMAND_RPC_SEND_RAW_TX::request_t::do_sanity_checks

◆ tx_as_hex

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

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