value to a Big Endian hexstring, optionally padded to width bytes.
Parameters
Returns
string
The hexstring.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
function toBeHex(_value, _width?): string
value to a Big Endian hexstring, optionally padded to width bytes.
| Parameter | Type | Description |
|---|---|---|
_value | BigNumberish | The value to convert. |
_width? | Numeric | The width of the value in bytes. |
string
The hexstring.
Was this page helpful?
