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

Method urlencodeBase64

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

Source from the content-addressed store, hash-verified

646 }
647
648 public String urlencodeBase64(Object s) {
649 return Encode.urlencodeBase64(s);
650 }
651
652 public static String binaryToBase16(Object buff2) {
653 return Encode.binaryToBase16(buff2);

Callers 6

testUrlencodeBase64Function · 0.95
testUrlencodeBase64Function · 0.95
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45
signMethod · 0.45

Calls 1

urlencodeBase64Method · 0.95

Tested by

no test coverage detected