LCOV - code coverage report
Current view: top level - shared_model/interfaces/transaction_responses - mst_expired_response.hpp (source / functions) Hit Total Coverage
Test: coverage_cleared.info Lines: 0 1 0.0 %
Date: 2018-12-05 17:11:35 Functions: 3 6 50.0 %

          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_MST_EXPIRED_RESPONSE_HPP
       7             : #define IROHA_MST_EXPIRED_RESPONSE_HPP
       8             : 
       9             : #include "interfaces/transaction_responses/abstract_tx_response.hpp"
      10             : 
      11             : namespace shared_model {
      12             :   namespace interface {
      13             :     /**
      14             :      * Multisignature transactions, has not received required number of
      15             :      * confirmations of creator signatories
      16             :      */
      17             :     class MstExpiredResponse : public AbstractTxResponse<MstExpiredResponse> {
      18             :      private:
      19             :       std::string className() const override {
      20           0 :         return "MstExpiredResponse";
      21             :       }
      22             :     };
      23             : 
      24             :   }  // namespace interface
      25             : }  // namespace shared_model
      26             : #endif  // IROHA_MST_EXPIRED_RESPONSE_HPP

Generated by: LCOV version 1.13