6 #ifndef IROHA_PROTO_SET_SETTING_VALUE_HPP 7 #define IROHA_PROTO_SET_SETTING_VALUE_HPP 9 #include "commands.pb.h" 23 const iroha::protocol::SetSettingValue &set_setting_value_;
29 #endif // IROHA_PROTO_SET_SETTING_VALUE_HPP
const interface::types::SettingKeyType & key() const override
Definition: proto_set_setting_value.cpp:14
std::string SettingKeyType
Type of setting key.
Definition: types.hpp:90
const interface::types::SettingValueType & value() const override
Definition: proto_set_setting_value.cpp:18
Definition: set_setting_value.hpp:19
Definition: proto_set_setting_value.hpp:14
std::string SettingValueType
Type of setting value.
Definition: types.hpp:92
Definition: command_executor.hpp:13
SetSettingValue(iroha::protocol::Command &command)
Definition: proto_set_setting_value.cpp:11