LCOV - code coverage report
Current view: top level - irohad/model/queries/responses - account_assets_response.hpp (source / functions) Hit Total Coverage
Test: cleared_cor.info Lines: 1 1 100.0 %
Date: 2019-03-07 14:46:43 Functions: 6 9 66.7 %

          Line data    Source code
       1             : /**
       2             :  * Copyright Soramitsu Co., Ltd. All Rights Reserved.
       3             :  * SPDX-License-Identifier: Apache-2.0
       4             :  */
       5             : 
       6             : #ifndef IROHA_ACCOUNT_ASSETS_RESPONSE_HPP
       7             : #define IROHA_ACCOUNT_ASSETS_RESPONSE_HPP
       8             : 
       9             : #include <vector>
      10             : #include "model/account_asset.hpp"
      11             : #include "model/query_response.hpp"
      12             : 
      13             : namespace iroha {
      14             :   namespace model {
      15             : 
      16             :     struct AccountAssetResponse : public QueryResponse {
      17           2 :       std::vector<AccountAsset> acct_assets{};
      18             :     };
      19             :   }  // namespace model
      20             : }  // namespace iroha
      21             : #endif  // IROHA_ACCOUNT_ASSETS_RESPONSE_HPP

Generated by: LCOV version 1.13