@lelantos-org/sdk / core / bytesToHex
Function: bytesToHex() โ
ts
function bytesToHex(b): string;Defined in: @lelantos-org/sdk/dist/core/hex.d.ts:4
0x-prefixed lowercase hex of a byte array.
Parameters โ
| Parameter | Type |
|---|---|
b | Uint8Array |
Returns โ
string