Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ encode
Method
encode
java/lib/src/main/java/io/github/ccxt/Exchange.java:668–670 ·
view source on GitHub ↗
(Object s)
Source
from the content-addressed store, hash-verified
666
}
667
668
public
Object encode (Object s) {
669
return
s;
// stub
670
}
671
672
public
String urlencode(Object obj, boolean... sortParams) {
673
return
Encode.urlencode(obj, sortParams);
Callers
5
testEncode
Function · 0.95
testDecode
Function · 0.95
stringToBinary
Method · 0.95
getZKContractSignatureObj
Method · 0.95
getZKTransferSignatureObj
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected