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

Method base64ToBinary

java/lib/src/main/java/io/github/ccxt/Exchange.java:644–646  ·  view source on GitHub ↗
(Object s)

Source from the content-addressed store, hash-verified

642 }
643
644 public static byte[] base64ToBinary(Object s) {
645 return Encode.base64ToBinary(s);
646 }
647
648 public String urlencodeBase64(Object s) {
649 return Encode.urlencodeBase64(s);

Callers 15

testBase64ToBinaryFunction · 0.95
stringToBase16Method · 0.95
testBase64ToBinaryFunction · 0.95
stringToBase16Method · 0.95
stringToBase16Method · 0.95
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMessageMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls 1

base64ToBinaryMethod · 0.95

Tested by

no test coverage detected