Electroneum
Public Member Functions | Public Attributes | List of all members
tools::wallet2::tx_cache_data Struct Reference

#include <wallet2.h>

Public Member Functions

bool empty () const
 

Public Attributes

std::vector< cryptonote::tx_extra_fieldtx_extra_fields
 
std::vector< is_out_dataprimary
 
std::vector< is_out_dataadditional
 

Member Function Documentation

◆ empty()

bool tools::wallet2::tx_cache_data::empty ( ) const
inline

Member Data Documentation

◆ additional

std::vector<is_out_data> tools::wallet2::tx_cache_data::additional

◆ primary

std::vector<is_out_data> tools::wallet2::tx_cache_data::primary

◆ tx_extra_fields

std::vector<cryptonote::tx_extra_field> tools::wallet2::tx_cache_data::tx_extra_fields

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