#include "proto_set_setting_value.hpp"


Public Member Functions | |
| SetSettingValue (iroha::protocol::Command &command) | |
| const interface::types::SettingKeyType & | key () const override |
| const interface::types::SettingValueType & | value () const override |
Public Member Functions inherited from shared_model::interface::SetSettingValue | |
| std::string | toString () const override |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< SetSettingValue > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< SetSettingValue > | |
| using | ModelType = SetSettingValue |
|
explicit |
|
overridevirtual |
Implements shared_model::interface::SetSettingValue.
|
overridevirtual |
Implements shared_model::interface::SetSettingValue.