Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
167
export
function
zeroPadBytes(data, length) {
168
return
zeroPad(data, length, false);
169
}
Callers
6
encodeBytes32String
Function · 0.90
encodeTopic
Method · 0.90
_pack
Function · 0.90
encodeBytes32String
Function · 0.90
encodeTopic
Method · 0.90
_pack
Function · 0.90
Calls
1
zeroPad
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…