MCPcopy Index your code
hub / github.com/ccxt/ccxt / base64_to_binary

Method base64_to_binary

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

Source from the content-addressed store, hash-verified

1433
1434 @staticmethod
1435 def base64_to_binary(s):
1436 return base64.standard_b64decode(s)
1437
1438 @staticmethod
1439 def string_to_base64(s):

Callers 15

test_base64_to_binaryFunction · 0.95
string_to_base16Method · 0.95
signMethod · 0.80
create_auth_tokenMethod · 0.80
signMethod · 0.80
signMethod · 0.80
sign_messageMethod · 0.80
signMethod · 0.80
sign_tx_ed25519Method · 0.80
signMethod · 0.80
signMethod · 0.80
signMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_base64_to_binaryFunction · 0.76
helper_str_to_binary_5Function · 0.64
helper_str_to_binaryFunction · 0.64