MCPcopy Create free account
hub / github.com/ccxt/ccxt / base58ToBinary

Method base58ToBinary

java/lib/src/main/java/io/github/ccxt/base/Encode.java:103–103  ·  view source on GitHub ↗
(Object pt)

Source from the content-addressed store, hash-verified

101 // ----------------------------
102
103 public static byte[] base58ToBinary(Object pt) { return Base58ToBinary(pt); }
104 public static byte[] Base58ToBinary(Object pt) {
105 String s = (String) pt;
106 return base58Decode(s);

Callers 5

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