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

Method binary_concat

python/ccxt/base/exchange.py:1409–1413  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

1407
1408 @staticmethod
1409 def binary_concat(*args):
1410 result = bytes()
1411 for arg in args:
1412 result = result + arg
1413 return result
1414
1415 @staticmethod
1416 def binary_concat_array(array):

Callers 15

test_binary_concatFunction · 0.95
hash_order_messageMethod · 0.80
hash_messageMethod · 0.80
hash_messageMethod · 0.80
sign_tx_ed25519Method · 0.80
hash_messageMethod · 0.80
signMethod · 0.80
order_messageMethod · 0.80
hash_order_messageMethod · 0.80
hash_messageMethod · 0.80
hash_messageMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_binary_concatFunction · 0.76