Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ decode
Method
decode
js/src/static_dependencies/ethers/coders/string.js:17–19 ·
view source on GitHub ↗
(reader)
Source
from the content-addressed store, hash-verified
15
return
super.encode(writer, toUtf8Bytes(Typed.dereference(_value,
"string"
)));
16
}
17
decode(reader) {
18
return
toUtf8String(super.decode(reader));
19
}
20
}
Callers
nothing calls this directly
Calls
1
toUtf8String
Function · 0.90
Tested by
no test coverage detected