(self, transaction: dict, currency: Currency = None)
| 3468 | raise NotSupported(self.id + ' parseTrade() is not supported yet') |
| 3469 | |
| 3470 | def parse_transaction(self, transaction: dict, currency: Currency = None): |
| 3471 | raise NotSupported(self.id + ' parseTransaction() is not supported yet') |
| 3472 | |
| 3473 | def parse_transfer(self, transfer: dict, currency: Currency = None): |
| 3474 | raise NotSupported(self.id + ' parseTransfer() is not supported yet') |
no test coverage detected