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

Method binary_length

python/ccxt/base/exchange.py:2083–2084  ·  view source on GitHub ↗
(self, binary)

Source from the content-addressed store, hash-verified

2081 pass
2082
2083 def binary_length(self, binary):
2084 return len(binary)
2085
2086 def get_zk_contract_signature_obj(self, seeds: str, params={}):
2087 if zklink_sdk is None:

Callers 9

test_binary_to_base16Function · 0.95
test_base16_to_binaryFunction · 0.95
test_number_to_beFunction · 0.95
hash_messageMethod · 0.80
hash_messageMethod · 0.80
hash_messageMethod · 0.80
hash_messageMethod · 0.80
hash_messageMethod · 0.80
hash_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