|
Electroneum
|
#include <wallet2.h>

Public Attributes | |
| cryptonote::transaction | tx |
| uint64_t | dust |
| uint64_t | fee |
| bool | dust_added_to_fee |
| cryptonote::tx_destination_entry | change_dts |
| std::vector< size_t > | selected_transfers |
| std::string | key_images |
| crypto::secret_key | tx_key |
| std::vector< crypto::secret_key > | additional_tx_keys |
| std::vector< cryptonote::tx_destination_entry > | dests |
| std::vector< multisig_sig > | multisig_sigs |
| tx_construction_data | construction_data |
| std::vector<crypto::secret_key> tools::wallet2::pending_tx::additional_tx_keys |
| cryptonote::tx_destination_entry tools::wallet2::pending_tx::change_dts |
| tx_construction_data tools::wallet2::pending_tx::construction_data |
| std::vector<cryptonote::tx_destination_entry> tools::wallet2::pending_tx::dests |
| std::vector<multisig_sig> tools::wallet2::pending_tx::multisig_sigs |
| std::vector<size_t> tools::wallet2::pending_tx::selected_transfers |
| cryptonote::transaction tools::wallet2::pending_tx::tx |
| crypto::secret_key tools::wallet2::pending_tx::tx_key |