Utils
stripZerosLeft
Return the DataHexString | DataHexString result by stripping all leading zero bytes from data
.
Parameters
Parameter | Type | Description |
---|---|---|
data | BytesLike | The data to strip. |
Returns
string
The stripped data.
Source
Was this page helpful?