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

Method ToHex

java/lib/src/main/java/io/github/ccxt/base/Crypto.java:671–673  ·  view source on GitHub ↗
(byte[] value, boolean prefix)

Source from the content-addressed store, hash-verified

669 }
670
671 public static String ToHex(byte[] value, boolean prefix) {
672 return (prefix ? "0x" : "") + binaryToHex(value);
673 }
674
675 // ====================================================
676 // Stubs / unimplemented

Callers

nothing calls this directly

Calls 1

binaryToHexMethod · 0.95

Tested by

no test coverage detected