Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_concat
Function · 0.95
hash_order_message
Method · 0.80
hash_message
Method · 0.80
hash_message
Method · 0.80
sign_tx_ed25519
Method · 0.80
hash_message
Method · 0.80
sign
Method · 0.80
order_message
Method · 0.80
encode_withdraw_message
Method · 0.80
hash_order_message
Method · 0.80
hash_message
Method · 0.80
hash_message
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_binary_concat
Function · 0.76