eth-gas-proxy

Middleware to selectively override EVM gas heuristics
git clone git://holbrook.no/eth-gas-proxy.git
Log | Files | Refs

base.py (129B)


      1 class Cache:
      2 
      3     def get(self):
      4         raise NotImplementedError
      5 
      6 
      7     def set(self, price):
      8         raise NotImplementedError