Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ encode
Method
encode
python/ccxt/base/exchange.py:1765–1766 ·
view source on GitHub ↗
(string)
Source
from the content-addressed store, hash-verified
1763
1764
@staticmethod
1765
def
encode(string):
1766
return
string.encode(
'utf-8'
)
1767
1768
@staticmethod
1769
def
decode(string):
Callers
15
test_encode
Function · 0.95
test_decode
Function · 0.95
get_zk_contract_signature_obj
Method · 0.95
get_zk_transfer_signature_obj
Method · 0.95
testEncode
Function · 0.95
testDecode
Function · 0.95
stringToBinary
Method · 0.95
getZKContractSignatureObj
Method · 0.95
getZKTransferSignatureObj
Method · 0.95
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_encode
Function · 0.76
test_decode
Function · 0.76