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

Method binaryToString

js/src/base/Exchange.js:578–580  ·  view source on GitHub ↗
(binary)

Source from the content-addressed store, hash-verified

576 return this.encode(content);
577 }
578 binaryToString(binary) {
579 return this.decode(binary);
580 }
581 decodeProtoMsg(data) {
582 if (!protobufMexc) {
583 throw new NotSupported(this.id + ' requires protobuf to decode messages, please install it with `npm install protobufjs`');

Callers 1

testBinaryConcatFunction · 0.95

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected