(self, network)
| 2740 | return self.safe_string(statuses, status, status) |
| 2741 | |
| 2742 | def parse_network(self, network): |
| 2743 | withdrawMethods = self.safe_value(self.options, 'withdrawMethods', {}) |
| 2744 | return self.safe_string(withdrawMethods, network, network) |
| 2745 | |
| 2746 | def parse_transaction(self, transaction: dict, currency: Currency = None) -> Transaction: |
| 2747 | # |
no test coverage detected