Electroneum
tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t Struct Reference

#include <wallet_rpc_server_commands_defs.h>

Collaboration diagram for tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t:

Public Attributes

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

Detailed Description

Definition at line 509 of file wallet_rpc_server_commands_defs.h.

Member Data Documentation

◆ account_index

uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::account_index

Definition at line 512 of file wallet_rpc_server_commands_defs.h.

◆ destinations

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

Definition at line 511 of file wallet_rpc_server_commands_defs.h.

◆ do_not_relay

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::do_not_relay

Definition at line 519 of file wallet_rpc_server_commands_defs.h.

◆ get_tx_hex

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::get_tx_hex

Definition at line 520 of file wallet_rpc_server_commands_defs.h.

◆ get_tx_keys

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::get_tx_keys

Definition at line 518 of file wallet_rpc_server_commands_defs.h.

◆ get_tx_metadata

bool tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::get_tx_metadata

Definition at line 521 of file wallet_rpc_server_commands_defs.h.

◆ payment_id

std::string tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::payment_id

Definition at line 517 of file wallet_rpc_server_commands_defs.h.

◆ priority

uint32_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::priority

Definition at line 514 of file wallet_rpc_server_commands_defs.h.

◆ ring_size

uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::ring_size

Definition at line 515 of file wallet_rpc_server_commands_defs.h.

◆ subaddr_indices

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

Definition at line 513 of file wallet_rpc_server_commands_defs.h.

◆ unlock_time

uint64_t tools::wallet_rpc::COMMAND_RPC_TRANSFER_SPLIT::request_t::unlock_time

Definition at line 516 of file wallet_rpc_server_commands_defs.h.


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