|
Electroneum
|
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_key > | vout |
| bool | coinbase |
|
inline |
|
inline |
|
inline |
| bool tx_data_t::coinbase |
| std::vector<std::pair<uint64_t, std::vector<uint64_t> > > tx_data_t::vin |
| std::vector<crypto::public_key> tx_data_t::vout |