6 #ifndef IROHA_KEYS_MANAGER_HPP 7 #define IROHA_KEYS_MANAGER_HPP 11 #include <boost/optional.hpp> 30 const boost::optional<std::string> &pass_phrase) = 0;
40 loadKeys(
const boost::optional<std::string> &pass_phrase) = 0;
44 #endif // IROHA_KEYS_MANAGER_HPP Definition: keys_manager.hpp:19
virtual ~KeysManager()=default
Definition: result_fwd.hpp:27
virtual bool createKeys(const boost::optional< std::string > &pass_phrase)=0
Definition: block_query.hpp:15
virtual iroha::expected::Result< shared_model::crypto::Keypair, std::string > loadKeys(const boost::optional< std::string > &pass_phrase)=0