|
CCF
|
#include <historical_queries_interface.h>
Public Member Functions | |
| State (ccf::kv::ReadOnlyStorePtr store_, 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. | |
|
inline |
|
inline |
| TxReceiptImplPtr ccf::historical::State::receipt = nullptr |
Receipt for ledger entry at transaction_id.
| ccf::kv::ReadOnlyStorePtr ccf::historical::State::store = nullptr |
Read-only historical store at transaction_id.