Kagome
Polkadot Runtime Engine in C++17
storage_explorer.cpp File Reference
Include dependency graph for storage_explorer.cpp:

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::BlockIdparseBlockId (const char *string)
 
int main (int argc, const char **argv)
 

Typedef Documentation

using ArgumentList = gsl::span<const char *>

Definition at line 32 of file storage_explorer.cpp.

Function Documentation

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.