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

#include <wallet2.h>

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

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_keyadditional_tx_keys
 
std::vector< cryptonote::tx_destination_entrydests
 
std::vector< multisig_sigmultisig_sigs
 
tx_construction_data construction_data
 

Member Data Documentation

◆ additional_tx_keys

std::vector<crypto::secret_key> tools::wallet2::pending_tx::additional_tx_keys

◆ change_dts

cryptonote::tx_destination_entry tools::wallet2::pending_tx::change_dts

◆ construction_data

tx_construction_data tools::wallet2::pending_tx::construction_data

◆ dests

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

◆ dust

uint64_t tools::wallet2::pending_tx::dust

◆ dust_added_to_fee

bool tools::wallet2::pending_tx::dust_added_to_fee

◆ fee

uint64_t tools::wallet2::pending_tx::fee

◆ key_images

std::string tools::wallet2::pending_tx::key_images

◆ multisig_sigs

std::vector<multisig_sig> tools::wallet2::pending_tx::multisig_sigs

◆ selected_transfers

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

◆ tx

cryptonote::transaction tools::wallet2::pending_tx::tx

◆ tx_key

crypto::secret_key tools::wallet2::pending_tx::tx_key

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