Utils
concat
Returns a DataHexString | DataHexString by concatenating all values within data
.
Parameters
Parameter | Type | Description |
---|---|---|
datas | readonly BytesLike [] | The data to concatenate. |
Returns
string
The concatenated data.
Source
Was this page helpful?