(self, message)
| 2146 | return signature |
| 2147 | |
| 2148 | def is_binary_message(self, message): |
| 2149 | return isinstance(message, bytes) or isinstance(message, bytearray) |
| 2150 | |
| 2151 | def retrieve_dydx_credentials(self, entropy): |
| 2152 | mnemo = Mnemonic("english") |
no outgoing calls