(self)
| 6668 | raise NotSupported(self.id + ' fetchContractDepositAddress() is not supported yet') |
| 6669 | |
| 6670 | def account(self) -> BalanceAccount: |
| 6671 | return { |
| 6672 | 'free': None, |
| 6673 | 'used': None, |
| 6674 | 'total': None, |
| 6675 | } |
| 6676 | |
| 6677 | def common_currency_code(self, code: str): |
| 6678 | if not self.substituteCommonCurrencyCodes: |
no outgoing calls
no test coverage detected