base.py (129B)
1 class Cache: 2 3 def get(self): 4 raise NotImplementedError 5 6 7 def set(self, price): 8 raise NotImplementedError
eth-gas-proxyMiddleware to selectively override EVM gas heuristics | |
git clone git://holbrook.no/eth-gas-proxy.git | |
Info | Log | Files | Refs |