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

Method binaryToString

ts/src/base/Exchange.ts:839–841  ·  view source on GitHub ↗
(binary)

Source from the content-addressed store, hash-verified

837 }
838
839 binaryToString (binary) {
840 return this.decode (binary);
841 }
842
843 decodeProtoMsg (data) {
844 if (!protobufMexc) {

Callers 1

testBinaryConcatFunction · 0.95

Calls 1

decodeMethod · 0.95

Tested by

no test coverage detected