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

Method remove0x_prefix

python/ccxt/base/exchange.py:1897–1900  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1895
1896 @staticmethod
1897 def remove0x_prefix(value):
1898 if value[:2] == '0x':
1899 return value[2:]
1900 return value
1901
1902 @staticmethod
1903 def totp(key):

Callers 10

create_signed_requestMethod · 0.80
create_orderMethod · 0.80
transferMethod · 0.80
create_signed_requestMethod · 0.80
create_orderMethod · 0.80
transferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected