MCPcopy Create free account
hub / github.com/ccxt/ccxt / binaryConcat

Method binaryConcat

java/lib/src/main/java/io/github/ccxt/Exchange.java:640–642  ·  view source on GitHub ↗
(Object... parts)

Source from the content-addressed store, hash-verified

638 // =======================
639
640 public Object binaryConcat(Object... parts) {
641 return Encode.binaryConcat(parts);
642 }
643
644 public static byte[] base64ToBinary(Object s) {
645 return Encode.base64ToBinary(s);

Callers 15

testBinaryConcatFunction · 0.95
testBinaryConcatFunction · 0.95
hashOrderMessageMethod · 0.45
hashMessageMethod · 0.45
signMethod · 0.45
hashMessageMethod · 0.45
signTxEd25519Method · 0.45
hashMessageMethod · 0.45
orderMessageMethod · 0.45
encodeWithdrawMessageMethod · 0.45
signTxEd25519Method · 0.45
signMethod · 0.45

Calls 1

binaryConcatMethod · 0.95

Tested by

no test coverage detected