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

Method base16_to_binary

python/ccxt/base/exchange.py:1928–1929  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

1926
1927 @staticmethod
1928 def base16_to_binary(s):
1929 return base64.b16decode(s, True)
1930
1931 @staticmethod
1932 def binary_to_base16(s):

Callers 15

test_binary_to_base16Function · 0.95
test_base16_to_binaryFunction · 0.95
test_number_to_beFunction · 0.95
test_binary_concatFunction · 0.95
test_urlencode_base64Function · 0.95
action_hashMethod · 0.80
retrieve_credentialsMethod · 0.80
hash_order_messageMethod · 0.80
hash_messageMethod · 0.80
create_orderMethod · 0.80
edit_orderMethod · 0.80

Calls

no outgoing calls

Tested by 5

test_binary_to_base16Function · 0.76
test_base16_to_binaryFunction · 0.76
test_number_to_beFunction · 0.76
test_binary_concatFunction · 0.76
test_urlencode_base64Function · 0.76