LCOV - code coverage report
Current view: top level - lib/src/adapters - ethereum_inetwork_adapter.dart (source / functions) Hit Total Coverage
Test: coverage.lcov Lines: 0 1 0.0 %
Date: 2018-01-19 11:13:13 Functions: 0 0 -

          Line data    Source code
       1             : /*
       2             :  * Packge : Ethereum
       3             :  * Author : S. Hamblett <steve.hamblett@linux.com>
       4             :  * Date   : 10/011/2017
       5             :  * Copyright :  S.Hamblett
       6             :  *
       7             :  * Provides a common interface for Ethereum to connect over HTTP,
       8             :  * allowing for different HTTP adapters to be used.
       9             :  */
      10             : 
      11             : part of ethereum;
      12             : 
      13             : abstract class EthereumINetworkAdapter {
      14           0 :   EthereumINetworkAdapter();
      15             : 
      16             :   /// Processes the HTTP request returning the  HTTP response as
      17             :   /// a map
      18             :   Future<Map> httpRequest(Uri uri, Map request);
      19             : }

Generated by: LCOV version 1.12