|
Electroneum
|
#include <wallet2.h>

Public Attributes | |
| std::vector< cryptonote::tx_source_entry > | sources |
| cryptonote::tx_destination_entry | change_dts |
| std::vector< cryptonote::tx_destination_entry > | splitted_dsts |
| std::vector< size_t > | selected_transfers |
| std::vector< uint8_t > | extra |
| uint64_t | unlock_time |
| bool | use_rct |
| rct::RCTConfig | rct_config |
| std::vector< cryptonote::tx_destination_entry > | dests |
| uint32_t | subaddr_account |
| std::set< uint32_t > | subaddr_indices |
| cryptonote::tx_destination_entry tools::wallet2::tx_construction_data::change_dts |
| std::vector<cryptonote::tx_destination_entry> tools::wallet2::tx_construction_data::dests |
| std::vector<uint8_t> tools::wallet2::tx_construction_data::extra |
| rct::RCTConfig tools::wallet2::tx_construction_data::rct_config |
| std::vector<size_t> tools::wallet2::tx_construction_data::selected_transfers |
| std::vector<cryptonote::tx_source_entry> tools::wallet2::tx_construction_data::sources |
| std::vector<cryptonote::tx_destination_entry> tools::wallet2::tx_construction_data::splitted_dsts |
| uint32_t tools::wallet2::tx_construction_data::subaddr_account |
| std::set<uint32_t> tools::wallet2::tx_construction_data::subaddr_indices |
| uint64_t tools::wallet2::tx_construction_data::unlock_time |
| bool tools::wallet2::tx_construction_data::use_rct |