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

Method binaryToBase64

java/lib/src/main/java/io/github/ccxt/Exchange.java:656–658  ·  view source on GitHub ↗
(Object buff)

Source from the content-addressed store, hash-verified

654 }
655
656 public static String binaryToBase64(Object buff) {
657 return Encode.binaryToBase64((byte[]) buff);
658 }
659
660 public static byte[] base58ToBinary(Object pt) {
661 return Encode.Base58ToBinary(pt);

Callers 10

testBinaryToBase64Function · 0.95
testBase64ToBinaryFunction · 0.95
testNumberToBEFunction · 0.95
testNumberToBEFunction · 0.95
testBinaryToBase64Function · 0.95
testBase64ToBinaryFunction · 0.95
signTxEd25519Method · 0.45
signTxEd25519Method · 0.45

Calls 1

binaryToBase64Method · 0.95

Tested by

no test coverage detected