Kagome
Polkadot Runtime Engine in C++17
|
This is the complete list of members for RemoveBlockCommand, including all inherited members.
assertArgumentCount(const ArgumentList &args, int min, int max) | Command | inlineprotected |
block_storage | RemoveBlockCommand | private |
Command(std::string name, std::string description) | Command | inline |
execute(std::ostream &out, const ArgumentList &args) override | RemoveBlockCommand | inlinevirtual |
getDescription() const | Command | inline |
getName() const | Command | inline |
RemoveBlockCommand(std::shared_ptr< BlockStorage > block_storage) | RemoveBlockCommand | inlineexplicit |
throwError(const char *fmt, Ts &&...ts) const | Command | inlineprotected |
unwrapResult(std::string_view context, outcome::result< T > &&res) const | Command | inlineprotected |
~Command()=default | Command | virtual |