6 #ifndef IROHA_KEYS_MANAGER_HPP 7 #define IROHA_KEYS_MANAGER_HPP 11 #include <boost/optional.hpp> 41 virtual boost::optional<shared_model::crypto::Keypair>
loadKeys() = 0;
50 virtual boost::optional<shared_model::crypto::Keypair>
loadKeys(
55 #endif // IROHA_KEYS_MANAGER_HPP Definition: keys_manager.hpp:18
virtual boost::optional< shared_model::crypto::Keypair > loadKeys()=0
virtual ~KeysManager()=default
string(REPLACE".""/"CMAKE_SWIG_OUTDIR ${SWIG_JAVA_PKG}) else() set(CMAKE_SWIG_FLAGS"") endif() myswig_add_library(irohajava LANGUAGE java SOURCES bindings.i) unset(CMAKE_SWIG_FLAGS) swig_link_libraries(irohajava $
Definition: CMakeLists.txt:54
Definition: block_query.hpp:16
virtual bool createKeys()=0