MCPcopy Create free account
hub / github.com/ccxt/ccxt / is_binary_message

Method is_binary_message

python/ccxt/base/exchange.py:2148–2149  ·  view source on GitHub ↗
(self, message)

Source from the content-addressed store, hash-verified

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")

Callers 4

test_binary_to_base16Function · 0.95
test_base16_to_binaryFunction · 0.95
test_number_to_beFunction · 0.95
handle_messageMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_binary_to_base16Function · 0.76
test_base16_to_binaryFunction · 0.76
test_number_to_beFunction · 0.76