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

Method binaryToBase16

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

Source from the content-addressed store, hash-verified

219 }
220
221 public static String binaryToBase16(Object buff2) {
222 byte[] buff = (byte[]) buff2;
223 return binaryToHex(buff);
224 }
225
226 public static String binaryToBase58(Object buff2) {
227 byte[] buff = (byte[]) buff2;

Callers 3

binaryToBase16Method · 0.95
actionHashMethod · 0.45
retrieveCredentialsMethod · 0.45

Calls 1

binaryToHexMethod · 0.95

Tested by

no test coverage detected