Function: makeHexString
Utils.makeHexString
▸ makeHexString<L
>(input
, len?
): HexString
<L
>
Creates unprefixed hex string from wide range of data.
TODO: Make Length mandatory: https://github.com/ethersphere/bee-js/issues/208
Type parameters
Name | Type |
---|---|
L | extends number |
Parameters
Name | Type | Description |
---|---|---|
input | unknown | |
len? | L | of the resulting HexString WITHOUT prefix! |
Returns
HexString
<L
>