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

Method base16ToBinary

java/lib/src/main/java/io/github/ccxt/Exchange.java:713–715  ·  view source on GitHub ↗
(Object str2)

Source from the content-addressed store, hash-verified

711 }
712
713 public Object base16ToBinary(Object str2) {
714 return Encode.base16ToBinary(str2);
715 }
716
717 public Object numberToBE(Object n2, Object size2) {
718 return Encode.numberToBE(n2, size2);

Callers 15

encode_dydx_tx_rawMethod · 0.95
testBinaryToBase16Function · 0.95
testBinaryConcatFunction · 0.95
testUrlencodeBase64Function · 0.95
testNumberToBEFunction · 0.95
testBase16ToBinaryFunction · 0.95
ethAbiEncodeMethod · 0.95
encodeDydxTxRawMethod · 0.95
testNumberToBEFunction · 0.95

Calls 1

base16ToBinaryMethod · 0.95

Tested by

no test coverage detected