|
Kagome
Polkadot Runtime Engine in C++17
|
Public Member Functions | |
| InspectBlockCommand (std::shared_ptr< BlockStorage > block_storage) | |
| virtual void | execute (std::ostream &out, const ArgumentList &args) override |
Public Member Functions inherited from Command | |
| Command (std::string name, std::string description) | |
| virtual | ~Command ()=default |
| std::string_view | getName () const |
| std::string_view | getDescription () const |
Private Attributes | |
| std::shared_ptr< BlockStorage > | block_storage |
Additional Inherited Members | |
Protected Member Functions inherited from Command | |
| void | assertArgumentCount (const ArgumentList &args, int min, int max) |
| template<typename... Ts> | |
| void | throwError (const char *fmt, Ts &&...ts) const |
| template<typename T > | |
| T | unwrapResult (std::string_view context, outcome::result< T > &&res) const |
Definition at line 173 of file storage_explorer.cpp.
|
inlineexplicit |
Definition at line 175 of file storage_explorer.cpp.
|
inlineoverridevirtual |
Implements Command.
Definition at line 181 of file storage_explorer.cpp.
|
private |
Definition at line 214 of file storage_explorer.cpp.