(self, order: dict, market: Market = None)
| 3480 | raise NotSupported(self.id + ' parseLedgerEntry() is not supported yet') |
| 3481 | |
| 3482 | def parse_order(self, order: dict, market: Market = None): |
| 3483 | raise NotSupported(self.id + ' parseOrder() is not supported yet') |
| 3484 | |
| 3485 | def fetch_cross_borrow_rates(self, params={}): |
| 3486 | raise NotSupported(self.id + ' fetchCrossBorrowRates() is not supported yet') |
no test coverage detected