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

Function zeroPadBytes

js/src/static_dependencies/ethers/utils/data.js:167–169  ·  view source on GitHub ↗
(data, length)

Source from the content-addressed store, hash-verified

165 * (e.g. ``bytes16``).
166 */
167export function zeroPadBytes(data, length) {
168 return zeroPad(data, length, false);
169}

Callers 6

encodeBytes32StringFunction · 0.90
encodeTopicMethod · 0.90
_packFunction · 0.90
encodeBytes32StringFunction · 0.90
encodeTopicMethod · 0.90
_packFunction · 0.90

Calls 1

zeroPadFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…