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

Method writeValue

ts/src/static_dependencies/ethers/coders/abstract-coder.ts:388–390  ·  view source on GitHub ↗
(value: BigNumberish)

Source from the content-addressed store, hash-verified

386
387 // Numeric item; pad on the left *to* WordSize
388 writeValue(value: BigNumberish): number {
389 return this.#writeData(getValue(value));
390 }
391
392 // Inserts a numeric place-holder, returning a callback that can
393 // be used to asjust the value later

Callers 5

encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45

Calls 2

#writeDataMethod · 0.95
getValueFunction · 0.70

Tested by

no test coverage detected