Monero
Loading...
Searching...
No Matches
tools::wallet2::tx_construction_data Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::tx_construction_data:

Public Types

enum  construction_flags_ : uint8_t { _use_rct = 1 << 0 , _use_view_tags = 1 << 1 }

Public Member Functions

 if (!typename Archive< W >::is_saving())
 if (use_rct) const ruction_flags ^
 if (use_view_tags) const ruction_flags ^

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
bool use_view_tags
std::vector< cryptonote::tx_destination_entrydests
uint32_t subaddr_account
std::set< uint32_tsubaddr_indices
uint8_t construction_flags
 else

Member Enumeration Documentation

◆ construction_flags_

Enumerator
_use_rct 
_use_view_tags 

Member Function Documentation

◆ if() [1/3]

tools::wallet2::tx_construction_data::if ( !typename Archive< W > ::is_saving())
inline

◆ if() [2/3]

tools::wallet2::tx_construction_data::if ( use_rct ) const

◆ if() [3/3]

tools::wallet2::tx_construction_data::if ( use_view_tags ) const

Member Data Documentation

◆ change_dts

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

◆ construction_flags

uint8_t tools::wallet2::tx_construction_data::construction_flags

◆ dests

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

◆ else

tools::wallet2::tx_construction_data::else
Initial value:
{
uint8_t construction_flags
Definition wallet2.h:583

◆ extra

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

◆ rct_config

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

◆ selected_transfers

std::vector<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

◆ subaddr_account

uint32_t tools::wallet2::tx_construction_data::subaddr_account

◆ subaddr_indices

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

◆ unlock_time

uint64_t tools::wallet2::tx_construction_data::unlock_time

◆ use_rct

bool tools::wallet2::tx_construction_data::use_rct

◆ use_view_tags

bool tools::wallet2::tx_construction_data::use_view_tags

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