Kagome
Polkadot Runtime Engine in C++17
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Kagome
Consensus
core
Development guide
Guide for `outcome::result<T>`
Rules
Terms
Tooling
Overview
Your first Kagome chain
Runing Kagome in docker container
Start private Kagome network
Namespaces
Classes
Files
File List
core
api
application
assets
authority_discovery
authorship
blockchain
clock
common
consensus
containers
crypto
filesystem
host_api
injector
log
macro
metrics
network
offchain
impl
offchain_local_storage.hpp
offchain_persistent_storage.hpp
offchain_storage.hpp
offchain_worker.hpp
offchain_worker_factory.hpp
offchain_worker_pool.hpp
types.hpp
outcome
parachain
primitives
runtime
scale
storage
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
offchain_persistent_storage.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_OFFCHAIN_OFFCHAINPERSISTENTSTORAGE
7
#define KAGOME_OFFCHAIN_OFFCHAINPERSISTENTSTORAGE
8
9
#include "
offchain/offchain_storage.hpp
"
10
11
namespace
kagome::offchain
{
12
23
class
OffchainPersistentStorage
:
public
OffchainStorage
{};
24
25
}
// namespace kagome::offchain
26
27
#endif // KAGOME_OFFCHAIN_OFFCHAINPERSISTENTSTORAGE
kagome::offchain
Definition:
host_api_factory_impl.hpp:20
kagome::offchain::OffchainPersistentStorage
It is non-revertible and not fork-aware. It means that any value set by the offchain worker is persis...
Definition:
offchain_persistent_storage.hpp:23
offchain_storage.hpp
kagome::offchain::OffchainStorage
Definition:
offchain_storage.hpp:20
core
offchain
offchain_persistent_storage.hpp
Generated by
1.8.11