6 #ifndef KAGOME_MISC_EXTENSION_HPP 7 #define KAGOME_MISC_EXTENSION_HPP 36 std::shared_ptr<const crypto::Hasher> hasher,
37 std::shared_ptr<const runtime::MemoryProvider> memory_provider,
38 std::shared_ptr<const runtime::CoreApiFactory> core_provider);
47 void ext_misc_print_num_version_1(uint64_t value)
const;
52 std::shared_ptr<const crypto::Hasher>
hasher_;
60 #endif // KAGOME_MISC_EXTENSION_HPP
std::shared_ptr< const runtime::CoreApiFactory > core_factory_
std::shared_ptr< const crypto::Hasher > hasher_
std::shared_ptr< soralog::Logger > Logger
uint64_t WasmSpan
combination of pointer and size, where less significant part represents wasm pointer, and most significant represents size
std::shared_ptr< const runtime::MemoryProvider > memory_provider_