Kagome
Polkadot Runtime Engine in C++17
|
Public Member Functions | |
QueryStateCommand (std::shared_ptr< TrieStorage > trie_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< TrieStorage > | trie_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 248 of file storage_explorer.cpp.
|
inlineexplicit |
Definition at line 250 of file storage_explorer.cpp.
|
inlineoverridevirtual |
Implements Command.
Definition at line 255 of file storage_explorer.cpp.
|
private |
Definition at line 290 of file storage_explorer.cpp.