6 #ifndef IROHA_PROTO_SET_ACCOUNT_DETAIL_HPP 7 #define IROHA_PROTO_SET_ACCOUNT_DETAIL_HPP 11 #include "commands.pb.h" 26 const iroha::protocol::SetAccountDetail &set_account_detail_;
32 #endif // IROHA_PROTO_SET_ACCOUNT_DETAIL_HPP SetAccountDetail(iroha::protocol::Command &command)
Definition: proto_set_account_detail.cpp:11
std::string AccountDetailKeyType
Type of account detail key.
Definition: types.hpp:81
Definition: proto_set_account_detail.hpp:15
const interface::types::AccountDetailValueType & value() const override
Definition: proto_set_account_detail.cpp:23
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
Definition: set_account_detail.hpp:19
const interface::types::AccountIdType & accountId() const override
Definition: proto_set_account_detail.cpp:14
std::string AccountDetailValueType
Type of account detail value.
Definition: types.hpp:83
Definition: command_executor.hpp:13
const interface::types::AccountDetailKeyType & key() const override
Definition: proto_set_account_detail.cpp:18