6 #ifndef IROHA_PROTO_GET_ACCOUNT_DETAIL_HPP 7 #define IROHA_PROTO_GET_ACCOUNT_DETAIL_HPP 13 #include "queries.pb.h" 23 std::optional<interface::types::AccountDetailKeyType>
key()
26 std::optional<interface::types::AccountIdType>
writer()
const override;
29 std::reference_wrapper<const interface::AccountDetailPaginationMeta>>
36 const iroha::protocol::GetAccountDetail &account_detail_;
37 const std::optional<const AccountDetailPaginationMeta> pagination_meta_;
42 #endif // IROHA_PROTO_GET_ACCOUNT_DETAIL_HPP std::optional< interface::types::AccountDetailKeyType > key() const override
Definition: proto_get_account_detail.cpp:31
std::optional< std::reference_wrapper< const interface::AccountDetailPaginationMeta > > paginationMeta() const override
Get the query pagination metadata.
Definition: proto_get_account_detail.cpp:46
std::string AccountIdType
Type of account id.
Definition: types.hpp:38
const interface::types::AccountIdType & accountId() const override
Definition: proto_get_account_detail.cpp:24
Definition: get_account_detail.hpp:29
GetAccountDetail(iroha::protocol::Query &query)
Definition: proto_get_account_detail.cpp:11
std::optional< interface::types::AccountIdType > writer() const override
Definition: proto_get_account_detail.cpp:37
Definition: command_executor.hpp:13
Definition: proto_get_account_detail.hpp:17