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
outcome
parachain
primitives
runtime
scale
storage
changes_trie
face
in_memory
rocksdb
trie
impl
polkadot_trie
serialization
codec.hpp
node.hpp
trie_batches.hpp
trie_storage.hpp
trie_storage_backend.hpp
types.hpp
buffer_map_types.hpp
database_error.cpp
database_error.hpp
predefined_keys.hpp
subscription
telemetry
transaction_pool
utils
docs
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
node.hpp
Go to the documentation of this file.
1
6
#ifndef KAGOME_NODE_HPP
7
#define KAGOME_NODE_HPP
8
9
namespace
kagome::storage::trie
{
10
11
struct
Node
{
12
virtual
~Node
() =
default
;
13
14
// returns type of node
15
virtual
int
getType
()
const
= 0;
16
};
17
18
}
// namespace kagome::storage::trie
19
20
#endif // KAGOME_NODE_HPP
kagome::storage::trie
Definition:
api_service_impl.hpp:41
kagome::storage::trie::Node
Definition:
node.hpp:11
kagome::storage::trie::Node::~Node
virtual ~Node()=default
kagome::storage::trie::Node::getType
virtual int getType() const =0
core
storage
trie
node.hpp
Generated by
1.8.11