Electroneum
tools::wallet2::tx_construction_data Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::tx_construction_data:

Public Attributes

std::vector< cryptonote::tx_source_entrysources
 
cryptonote::tx_destination_entry change_dts
 
std::vector< cryptonote::tx_destination_entrysplitted_dsts
 
std::vector< size_t > selected_transfers
 
std::vector< uint8_textra
 
uint64_t unlock_time
 
bool use_rct
 
rct::RCTConfig rct_config
 
std::vector< cryptonote::tx_destination_entrydests
 
uint32_t subaddr_account
 
std::set< uint32_tsubaddr_indices
 

Detailed Description

Definition at line 420 of file wallet2.h.

Member Data Documentation

◆ change_dts

cryptonote::tx_destination_entry tools::wallet2::tx_construction_data::change_dts

Definition at line 423 of file wallet2.h.

◆ dests

std::vector<cryptonote::tx_destination_entry> tools::wallet2::tx_construction_data::dests

Definition at line 430 of file wallet2.h.

◆ extra

std::vector<uint8_t> tools::wallet2::tx_construction_data::extra

Definition at line 426 of file wallet2.h.

◆ rct_config

rct::RCTConfig tools::wallet2::tx_construction_data::rct_config

Definition at line 429 of file wallet2.h.

◆ selected_transfers

std::vector<size_t> tools::wallet2::tx_construction_data::selected_transfers

Definition at line 425 of file wallet2.h.

◆ sources

std::vector<cryptonote::tx_source_entry> tools::wallet2::tx_construction_data::sources

Definition at line 422 of file wallet2.h.

◆ splitted_dsts

std::vector<cryptonote::tx_destination_entry> tools::wallet2::tx_construction_data::splitted_dsts

Definition at line 424 of file wallet2.h.

◆ subaddr_account

uint32_t tools::wallet2::tx_construction_data::subaddr_account

Definition at line 431 of file wallet2.h.

◆ subaddr_indices

std::set<uint32_t> tools::wallet2::tx_construction_data::subaddr_indices

Definition at line 432 of file wallet2.h.

◆ unlock_time

uint64_t tools::wallet2::tx_construction_data::unlock_time

Definition at line 427 of file wallet2.h.

◆ use_rct

bool tools::wallet2::tx_construction_data::use_rct

Definition at line 428 of file wallet2.h.


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