Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_base16
Function · 0.95
test_base16_to_binary
Function · 0.95
test_number_to_be
Function · 0.95
test_binary_concat
Function · 0.95
test_urlencode_base64
Function · 0.95
retrieve_dydx_credentials
Method · 0.95
action_hash
Method · 0.80
retrieve_credentials
Method · 0.80
hash_order_message
Method · 0.80
hash_message
Method · 0.80
create_order
Method · 0.80
edit_order
Method · 0.80
Calls
no outgoing calls
Tested by
5
test_binary_to_base16
Function · 0.76
test_base16_to_binary
Function · 0.76
test_number_to_be
Function · 0.76
test_binary_concat
Function · 0.76
test_urlencode_base64
Function · 0.76