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

Function helper_str_to_binary_5

python/ccxt/test/base/test_binary_to_base58.py:17–18  ·  view source on GitHub ↗
(exchange, str)

Source from the content-addressed store, hash-verified

15import ccxt.async_support as ccxt # noqa: F402
16
17def helper_str_to_binary_5(exchange, str):
18 return exchange.base64_to_binary(exchange.string_to_base64(str))
19
20
21def test_binary_to_base58():

Callers 1

test_binary_to_base58Function · 0.85

Calls 2

base64_to_binaryMethod · 0.80
string_to_base64Method · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…