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

Method stringToBase64

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

Source from the content-addressed store, hash-verified

689 // return Encode.base64ToString(b64);
690 // }
691 public String stringToBase64(Object s) {
692 return Encode.StringToBase64(s);
693 }
694 // public String bytesToHex(Object bytes) {
695 // return Encode.bytesToHex(bytes);
696 // }

Callers 15

testStringToBase64Function · 0.95
stringToBase16Method · 0.95
testStringToBase64Function · 0.95
stringToBase16Method · 0.95
stringToBase16Method · 0.95
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls 1

StringToBase64Method · 0.95

Tested by

no test coverage detected