6 #ifndef IROHA_SHARED_MODEL_SET_ACCOUNT_DETAIL_HPP 7 #define IROHA_SHARED_MODEL_SET_ACCOUNT_DETAIL_HPP 36 std::string
toString()
const override;
43 #endif // IROHA_SHARED_MODEL_SET_ACCOUNT_DETAIL_HPP SetAccountDetail ModelType
Definition: model_primitive.hpp:27
std::string toString() const override
Definition: set_account_detail.cpp:11
std::string AccountDetailKeyType
Type of account detail key.
Definition: types.hpp:81
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
virtual const types::AccountDetailValueType & value() const =0
Definition: set_account_detail.hpp:19
virtual const types::AccountDetailKeyType & key() const =0
virtual const types::AccountIdType & accountId() const =0
Definition: model_primitive.hpp:22
std::string AccountDetailValueType
Type of account detail value.
Definition: types.hpp:83
Definition: command_executor.hpp:13
bool operator==(const ModelType &rhs) const override
Definition: set_account_detail.cpp:20