Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ccxt/ccxt
/ stringToBase16
Method
stringToBase16
java/lib/src/main/java/io/github/ccxt/Exchange.java:7144–7147 ·
view source on GitHub ↗
(Object str)
Source
from the content-addressed store, hash-verified
7142
}
7143
7144
public
Object stringToBase16(Object str)
7145
{
7146
return
Helpers.add(
"0x"
, this.binaryToBase16(this.base64ToBinary(this.stringToBase64(str))));
7147
}
7148
7149
public
Object reduceFeesByCurrency(Object fees)
7150
{
Callers
3
testStringToBase16
Method · 0.95
signOrderRequest
Method · 0.45
getExtendedStringToFelt
Method · 0.45
Calls
4
add
Method · 0.95
binaryToBase16
Method · 0.95
base64ToBinary
Method · 0.95
stringToBase64
Method · 0.95
Tested by
1
testStringToBase16
Method · 0.76