@qevm/bytes
v5.8.2
Published
Bytes utility functions for qethers.
Downloads
165
Readme
Byte Manipulation
This sub-module is part of the qethers, a fork of ethers project.
It is responsible for manipulating binary data.
Importing
Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.
const {
isBytesLike,
isBytes,
arrayify,
concat,
stripZeros,
zeroPad,
isHexString,
hexlify,
hexDataLength,
hexDataSlice,
hexConcat,
hexValue,
hexStripZeros,
hexZeroPad,
splitSignature,
joinSignature,
// Types
Bytes,
BytesLike,
DataOptions,
Hexable,
SignatureLike,
Signature
} = require("@qevm/bytes");License
MIT License
