Electroneum
Public Attributes | List of all members
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:
Collaboration graph
[legend]

Public Attributes

transaction tx
 
uint64_t m_keeper_block_height
 
size_t m_blob_size
 
std::vector< uint64_t > m_global_output_indexes
 

Detailed Description

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

Member Data Documentation

◆ m_blob_size

size_t cryptonote::Blockchain::transaction_chain_entry::m_blob_size

◆ m_global_output_indexes

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

◆ m_keeper_block_height

uint64_t cryptonote::Blockchain::transaction_chain_entry::m_keeper_block_height

◆ tx

transaction cryptonote::Blockchain::transaction_chain_entry::tx

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