- Preparing search index...
- The search index is not available
ternoa-js
- u8aToHex(value?: null | Uint8Array, bitLength?: number, isPrefixed?: boolean): HexString
-
Parameters
-
Optional value: null | Uint8Array
-
Optional bitLength: number
-
Optional isPrefixed: boolean
Returns HexString
Name
u8aToHex
Summary
Creates a hex string from a Uint8Array object.
Description
UInt8Arrayinput values return the actual hex string.nullorundefinedvalues returns an0xstring.Example