Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ decode
Method
decode
java/lib/src/main/java/io/github/ccxt/Exchange.java:3410–3412 ·
view source on GitHub ↗
(Object str)
Source
from the content-addressed store, hash-verified
3408
}
3409
3410
public
String decode(Object str) {
3411
return
(String)str;
3412
}
3413
3414
public
Object binaryToBase58(Object buff2) {
3415
byte[] buff = (byte[])buff2;
Callers
3
testEncode
Function · 0.95
testDecode
Function · 0.95
binaryToString
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected