Electroneum
cryptonote::Blockchain::transaction_chain_entry Struct Reference

Now-defunct (TODO: remove) struct from in-memory blockchain. More...

#include <blockchain.h>

Collaboration diagram for cryptonote::Blockchain::transaction_chain_entry:

Public Attributes

transaction tx
 
uint64_t m_keeper_block_height
 
size_t m_blob_size
 
std::vector< uint64_tm_global_output_indexes
 

Detailed Description

Now-defunct (TODO: remove) struct from in-memory blockchain.

Definition at line 103 of file blockchain.h.

Member Data Documentation

◆ m_blob_size

size_t cryptonote::Blockchain::transaction_chain_entry::m_blob_size

Definition at line 107 of file blockchain.h.

◆ m_global_output_indexes

std::vector<uint64_t> cryptonote::Blockchain::transaction_chain_entry::m_global_output_indexes

Definition at line 108 of file blockchain.h.

◆ m_keeper_block_height

uint64_t cryptonote::Blockchain::transaction_chain_entry::m_keeper_block_height

Definition at line 106 of file blockchain.h.

◆ tx

transaction cryptonote::Blockchain::transaction_chain_entry::tx

Definition at line 105 of file blockchain.h.


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