Electroneum
cryptonote::mdb_txn_cursors Struct Reference

#include <db_lmdb.h>

Public Attributes

MDB_cursorm_txc_blocks
 
MDB_cursorm_txc_block_heights
 
MDB_cursorm_txc_block_info
 
MDB_cursorm_txc_output_txs
 
MDB_cursorm_txc_output_amounts
 
MDB_cursorm_txc_txs
 
MDB_cursorm_txc_txs_pruned
 
MDB_cursorm_txc_txs_prunable
 
MDB_cursorm_txc_txs_prunable_hash
 
MDB_cursorm_txc_txs_prunable_tip
 
MDB_cursorm_txc_tx_indices
 
MDB_cursorm_txc_tx_outputs
 
MDB_cursorm_txc_spent_keys
 
MDB_cursorm_txc_txpool_meta
 
MDB_cursorm_txc_txpool_blob
 
MDB_cursorm_txc_hf_versions
 
MDB_cursorm_txc_properties
 
MDB_cursorm_txc_validators
 
MDB_cursorm_txc_utxos
 
MDB_cursorm_txc_addr_outputs
 
MDB_cursorm_txc_addr_txs
 
MDB_cursorm_txc_tx_inputs
 

Detailed Description

Definition at line 49 of file db_lmdb.h.

Member Data Documentation

◆ m_txc_addr_outputs

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_addr_outputs

Definition at line 76 of file db_lmdb.h.

◆ m_txc_addr_txs

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_addr_txs

Definition at line 77 of file db_lmdb.h.

◆ m_txc_block_heights

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_block_heights

Definition at line 52 of file db_lmdb.h.

◆ m_txc_block_info

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_block_info

Definition at line 53 of file db_lmdb.h.

◆ m_txc_blocks

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_blocks

Definition at line 51 of file db_lmdb.h.

◆ m_txc_hf_versions

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_hf_versions

Definition at line 71 of file db_lmdb.h.

◆ m_txc_output_amounts

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_output_amounts

Definition at line 56 of file db_lmdb.h.

◆ m_txc_output_txs

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_output_txs

Definition at line 55 of file db_lmdb.h.

◆ m_txc_properties

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_properties

Definition at line 73 of file db_lmdb.h.

◆ m_txc_spent_keys

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_spent_keys

Definition at line 66 of file db_lmdb.h.

◆ m_txc_tx_indices

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_tx_indices

Definition at line 63 of file db_lmdb.h.

◆ m_txc_tx_inputs

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_tx_inputs

Definition at line 78 of file db_lmdb.h.

◆ m_txc_tx_outputs

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_tx_outputs

Definition at line 64 of file db_lmdb.h.

◆ m_txc_txpool_blob

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txpool_blob

Definition at line 69 of file db_lmdb.h.

◆ m_txc_txpool_meta

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txpool_meta

Definition at line 68 of file db_lmdb.h.

◆ m_txc_txs

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txs

Definition at line 58 of file db_lmdb.h.

◆ m_txc_txs_prunable

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txs_prunable

Definition at line 60 of file db_lmdb.h.

◆ m_txc_txs_prunable_hash

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txs_prunable_hash

Definition at line 61 of file db_lmdb.h.

◆ m_txc_txs_prunable_tip

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txs_prunable_tip

Definition at line 62 of file db_lmdb.h.

◆ m_txc_txs_pruned

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_txs_pruned

Definition at line 59 of file db_lmdb.h.

◆ m_txc_utxos

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_utxos

Definition at line 75 of file db_lmdb.h.

◆ m_txc_validators

MDB_cursor* cryptonote::mdb_txn_cursors::m_txc_validators

Definition at line 74 of file db_lmdb.h.


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