6 #ifndef KAGOME_REQUESTS_ROTATE_KEYS_HPP 7 #define KAGOME_REQUESTS_ROTATE_KEYS_HPP 9 #include <jsonrpc-lean/request.h> 23 outcome::result<Return>
execute()
override {
24 return api_->rotateKeys();
28 std::shared_ptr<AuthorApi>
api_;
33 #endif // KAGOME_REQUESTS_ROTATE_KEYS_HPP
std::shared_ptr< AuthorApi > api_
RotateKeys(std::shared_ptr< AuthorApi > api)
outcome::result< Return > execute() override