Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
get_zk_contract_signature_obj
Method · 0.95
get_zk_transfer_signature_obj
Method · 0.95
create_signed_request
Method · 0.80
create_order
Method · 0.80
transfer
Method · 0.80
create_signed_request
Method · 0.80
create_order
Method · 0.80
transfer
Method · 0.80
eth_get_address_from_private_key
Method · 0.80
eth_get_address_from_private_key_with_coincurve
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected