Electroneum
tools::wallet2::pending_tx Struct Reference

#include <wallet2.h>

Collaboration diagram for tools::wallet2::pending_tx:

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
 

Detailed Description

Definition at line 464 of file wallet2.h.

Member Data Documentation

◆ additional_tx_keys

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

Definition at line 473 of file wallet2.h.

◆ change_dts

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

Definition at line 469 of file wallet2.h.

◆ construction_data

tx_construction_data tools::wallet2::pending_tx::construction_data

Definition at line 477 of file wallet2.h.

◆ dests

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

Definition at line 474 of file wallet2.h.

◆ dust

uint64_t tools::wallet2::pending_tx::dust

Definition at line 467 of file wallet2.h.

◆ dust_added_to_fee

bool tools::wallet2::pending_tx::dust_added_to_fee

Definition at line 468 of file wallet2.h.

◆ fee

uint64_t tools::wallet2::pending_tx::fee

Definition at line 467 of file wallet2.h.

◆ key_images

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

Definition at line 471 of file wallet2.h.

◆ multisig_sigs

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

Definition at line 475 of file wallet2.h.

◆ selected_transfers

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

Definition at line 470 of file wallet2.h.

◆ tx

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

Definition at line 466 of file wallet2.h.

◆ tx_key

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

Definition at line 472 of file wallet2.h.


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