CCF
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ccf::historical::State Struct Reference

#include <historical_queries_interface.h>

Public Member Functions

 State (const ccf::kv::ReadOnlyStorePtr &store_, const TxReceiptImplPtr &receipt_, const ccf::TxID &transaction_id_)
 
bool operator== (const State &other) const
 

Public Attributes

ccf::kv::ReadOnlyStorePtr store = nullptr
 Read-only historical store at transaction_id.
 
TxReceiptImplPtr receipt = nullptr
 Receipt for ledger entry at transaction_id.
 
ccf::TxID transaction_id
 View and Sequence Number for the State.
 

Constructor & Destructor Documentation

◆ State()

ccf::historical::State::State ( const ccf::kv::ReadOnlyStorePtr store_,
const TxReceiptImplPtr receipt_,
const ccf::TxID transaction_id_ 
)
inline

Member Function Documentation

◆ operator==()

bool ccf::historical::State::operator== ( const State other) const
inline

Member Data Documentation

◆ receipt

TxReceiptImplPtr ccf::historical::State::receipt = nullptr

Receipt for ledger entry at transaction_id.

◆ store

ccf::kv::ReadOnlyStorePtr ccf::historical::State::store = nullptr

Read-only historical store at transaction_id.

◆ transaction_id

ccf::TxID ccf::historical::State::transaction_id

View and Sequence Number for the State.


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