Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ base58ToBinary
Method
base58ToBinary
java/lib/src/main/java/io/github/ccxt/Exchange.java:660–662 ·
view source on GitHub ↗
(Object pt)
Source
from the content-addressed store, hash-verified
658
}
659
660
public
static
byte[] base58ToBinary(Object pt) {
661
return
Encode.Base58ToBinary(pt);
662
}
663
664
public
void
Print(Object s) {
665
System.out.println(s);
Callers
12
testBase58ToBinary
Function · 0.95
testBase58ToBinary
Function · 0.95
sign
Method · 0.45
signMessage
Method · 0.45
sign
Method · 0.45
authenticate
Method · 0.45
authenticate
Method · 0.45
sign
Method · 0.45
sign
Method · 0.45
signMessage
Method · 0.45
authenticate
Method · 0.45
authenticate
Method · 0.45
Calls
1
Base58ToBinary
Method · 0.95
Tested by
no test coverage detected