6 #ifndef IROHA_SHARED_MODEL_CREATE_ACCOUNT_HPP 7 #define IROHA_SHARED_MODEL_CREATE_ACCOUNT_HPP 40 #endif // IROHA_SHARED_MODEL_CREATE_ACCOUNT_HPP bool operator==(const ModelType &rhs) const override
Definition: create_account.cpp:22
std::string DomainIdType
Iroha domain id type.
Definition: types.hpp:51
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
std::string toString() const override
Definition: create_account.cpp:13
virtual const types::AccountNameType & accountName() const =0
Definition: create_account.hpp:18
std::string AccountNameType
Type of account name.
Definition: types.hpp:67
Definition: public_key.hpp:16
Definition: model_primitive.hpp:23
virtual const types::DomainIdType & domainId() const =0
Definition: command_executor.hpp:12
virtual const types::PubkeyType & pubkey() const =0