Kagome
Polkadot Runtime Engine in C++17
|
#include <boost/program_options.hpp>
#include <libp2p/log/configurator.hpp>
#include "application/impl/app_configuration_impl.hpp"
#include "blockchain/block_storage.hpp"
#include "blockchain/block_tree.hpp"
#include "blockchain/impl/block_header_repository_impl.hpp"
#include "blockchain/impl/block_tree_impl.hpp"
#include "consensus/authority/impl/authority_manager_impl.hpp"
#include "crypto/hasher/hasher_impl.hpp"
#include "injector/application_injector.hpp"
#include "log/configurator.hpp"
#include "runtime/runtime_api/impl/grandpa_api.hpp"
#include "storage/trie/trie_storage.hpp"
Go to the source code of this file.
Classes | |
class | CommandExecutionError |
class | Command |
class | CommandParser |
class | PrintHelpCommand |
class | InspectBlockCommand |
class | RemoveBlockCommand |
class | QueryStateCommand |
class | SearchChainCommand |
Typedefs | |
using | ArgumentList = gsl::span< const char * > |
Functions | |
std::optional< kagome::primitives::BlockId > | parseBlockId (const char *string) |
int | main (int argc, const char **argv) |
using ArgumentList = gsl::span<const char *> |
Definition at line 32 of file storage_explorer.cpp.
int main | ( | int | argc, |
const char ** | argv | ||
) |
Definition at line 464 of file storage_explorer.cpp.
std::optional<kagome::primitives::BlockId> parseBlockId | ( | const char * | string | ) |
Definition at line 135 of file storage_explorer.cpp.