Electroneum
Public Member Functions | Public Attributes | List of all members
tx_data_t Struct Reference

Public Member Functions

 tx_data_t ()
 
 tx_data_t (const cryptonote::transaction &tx)
 
template<typename t_archive >
void serialize (t_archive &a, const unsigned int ver)
 

Public Attributes

std::vector< std::pair< uint64_t, std::vector< uint64_t > > > vin
 
std::vector< crypto::public_keyvout
 
bool coinbase
 

Constructor & Destructor Documentation

◆ tx_data_t() [1/2]

tx_data_t::tx_data_t ( )
inline

◆ tx_data_t() [2/2]

tx_data_t::tx_data_t ( const cryptonote::transaction tx)
inline

Member Function Documentation

◆ serialize()

template<typename t_archive >
void tx_data_t::serialize ( t_archive &  a,
const unsigned int  ver 
)
inline

Member Data Documentation

◆ coinbase

bool tx_data_t::coinbase

◆ vin

std::vector<std::pair<uint64_t, std::vector<uint64_t> > > tx_data_t::vin

◆ vout

std::vector<crypto::public_key> tx_data_t::vout

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