Electroneum
Public Attributes | List of all members
tools::wallet2::tx_construction_data Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::tx_construction_data:
Collaboration graph
[legend]

Public Attributes

std::vector< cryptonote::tx_source_entrysources
 
cryptonote::tx_destination_entry change_dts
 
std::vector< cryptonote::tx_destination_entrysplitted_dsts
 
std::list< size_t > selected_transfers
 
std::vector< uint8_t > extra
 
uint64_t unlock_time
 
bool use_rct
 
std::vector< cryptonote::tx_destination_entrydests
 

Member Data Documentation

◆ change_dts

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

◆ dests

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

◆ extra

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

◆ selected_transfers

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

◆ sources

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

◆ splitted_dsts

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

◆ unlock_time

uint64_t tools::wallet2::tx_construction_data::unlock_time

◆ use_rct

bool tools::wallet2::tx_construction_data::use_rct

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