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

Method stringToBinary

js/src/base/Exchange.js:574–577  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

572 return msg instanceof Uint8Array || msg instanceof ArrayBuffer;
573 }
574 stringToBinary(content) {
575 // same as: this.base64ToBinary (this.stringToBase64 (str));
576 return this.encode(content);
577 }
578 binaryToString(binary) {
579 return this.decode(binary);
580 }

Callers 1

testBinaryConcatFunction · 0.95

Calls 1

encodeMethod · 0.95

Tested by

no test coverage detected