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

Method decode

ts/src/static_dependencies/ethers/coders/string.ts:26–28  ·  view source on GitHub ↗
(reader: Reader)

Source from the content-addressed store, hash-verified

24 }
25
26 decode(reader: Reader): any {
27 return toUtf8String(super.decode(reader));
28 }
29}

Callers

nothing calls this directly

Calls 1

toUtf8StringFunction · 0.90

Tested by

no test coverage detected