CCF
|
#include "ccf/historical_queries_interface.h"
#include "ccf/pal/locking.h"
#include "consensus/ledger_enclave_types.h"
#include "ds/ccf_assert.h"
#include "kv/store.h"
#include "node/encryptor.h"
#include "node/history.h"
#include "node/ledger_secrets.h"
#include "node/rpc/node_interface.h"
#include "node/tx_receipt_impl.h"
#include "service/tables/node_signature.h"
#include <list>
#include <map>
#include <memory>
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | ccf |
namespace | ccf::historical |
Macros | |
#define | HISTORICAL_LOG(...) |
Typedefs | |
using | ccf::historical::CompoundHandle = std::pair< RequestNamespace, RequestHandle > |
Enumerations | |
enum class | ccf::historical::RequestNamespace : uint8_t { ccf::historical::Application , ccf::historical::System } |
#define HISTORICAL_LOG | ( | ... | ) |