Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ base64ToBinary
Method
base64ToBinary
java/lib/src/main/java/io/github/ccxt/Exchange.java:644–646 ·
view source on GitHub ↗
(Object s)
Source
from the content-addressed store, hash-verified
642
}
643
644
public
static
byte[] base64ToBinary(Object s) {
645
return
Encode.base64ToBinary(s);
646
}
647
648
public
String urlencodeBase64(Object s) {
649
return
Encode.urlencodeBase64(s);
Callers
15
testBase64ToBinary
Function · 0.95
stringToBase16
Method · 0.95
testBase64ToBinary
Function · 0.95
stringToBase16
Method · 0.95
stringToBase16
Method · 0.95
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
signMessage
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
Calls
1
base64ToBinary
Method · 0.95
Tested by
no test coverage detected