MCPcopy Index your code
hub / github.com/ccxt/ccxt / binaryToBase58

Method binaryToBase58

java/lib/src/main/java/io/github/ccxt/Exchange.java:3414–3417  ·  view source on GitHub ↗
(Object buff2)

Source from the content-addressed store, hash-verified

3412 }
3413
3414 public Object binaryToBase58(Object buff2) {
3415 byte[] buff = (byte[])buff2;
3416 return Crypto.binaryToHex(buff);
3417 }
3418
3419 public Object toFixed(Object number, Object decimals) {
3420 double num = ((Number) number).doubleValue();

Callers 6

testBinaryToBase58Function · 0.95
testBase58ToBinaryFunction · 0.95
testBinaryToBase58Function · 0.95
testBase58ToBinaryFunction · 0.95
signMessageMethod · 0.45
signMessageMethod · 0.45

Calls 1

binaryToHexMethod · 0.95

Tested by

no test coverage detected