9#include <quickjs/quickjs.h>
28 std::unique_ptr<Impl>
impl;
Definition historical_queries_interface.h:67
Definition extension_interface.h:16
Definition historical.h:24
~HistoricalExtension() override
void install(js::core::Context &ctx) override
Definition historical.cpp:380
js::core::JSWrappedValue create_historical_state_object(js::core::Context &ctx, ccf::historical::StatePtr state) const
Definition historical.cpp:396
std::unique_ptr< Impl > impl
Definition historical.h:28
std::shared_ptr< State > StatePtr
Definition historical_queries_interface.h:41
Definition wrapped_value.h:13
Definition historical.cpp:16