6 #ifndef IROHA_PROTO_GET_ACCOUNT_H 7 #define IROHA_PROTO_GET_ACCOUNT_H 11 #include "queries.pb.h" 23 const iroha::protocol::GetAccount &account_;
29 #endif // IROHA_PROTO_GET_ACCOUNT_H Definition: proto_get_account.hpp:15
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::types::AccountIdType & accountId() const override
Definition: proto_get_account.cpp:14
Definition: get_account.hpp:14
GetAccount(iroha::protocol::Query &query)
Definition: proto_get_account.cpp:11
Definition: command_executor.hpp:13