Monero
Loading...
Searching...
No Matches
tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Public Attributes

std::list< transfer_destinationdestinations
uint32_t account_index
std::set< uint32_tsubaddr_indices
std::set< uint32_tsubtract_fee_from_outputs
uint32_t priority
uint64_t ring_size
uint64_t unlock_time
std::string payment_id
bool get_tx_key
bool do_not_relay
bool get_tx_hex
bool get_tx_metadata

Member Data Documentation

◆ account_index

uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::account_index

◆ destinations

std::list<transfer_destination> tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::destinations

◆ do_not_relay

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::do_not_relay

◆ get_tx_hex

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::get_tx_hex

◆ get_tx_key

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::get_tx_key

◆ get_tx_metadata

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::get_tx_metadata

◆ payment_id

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::payment_id

◆ priority

uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::priority

◆ ring_size

uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::ring_size

◆ subaddr_indices

std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::subaddr_indices

◆ subtract_fee_from_outputs

std::set<uint32_t> tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::subtract_fee_from_outputs

◆ unlock_time

uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER::request_t::unlock_time

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