fdeh75

Results 2 comments of fdeh75

Any news or ideas? I need to get preimage of `substr(keccak256 ($abiFunctionHash), 0, 8)`

You can extend the Client class like this: ```python class MyBinanceClient(Client): """Extended python-binance `Client`: added countdown_cancel_all method""" def countdown_cancel_all(self, symbol: str, countdownTime: int, recvWindow: int = 5000): """Auto-Cancel All Open...