MCPcopy 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

testBase58ToBinaryFunction · 0.95
testBase58ToBinaryFunction · 0.95
signMethod · 0.45
signMessageMethod · 0.45
signMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMessageMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45

Calls 1

Base58ToBinaryMethod · 0.95

Tested by

no test coverage detected