Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testBinaryConcat
Function · 0.95
Calls
1
decode
Method · 0.95
Tested by
no test coverage detected