uint82hex
uint82hex(x) ⇒ string
Uint8 to hex (2 characters)
Kind: global function
| Param | Type |
|---|---|
| x | number |
Example
uint82hex(10) => "0A"
stringUint8 to hex (2 characters)
Kind: global function
| Param | Type |
|---|---|
| x | number |
Example
uint82hex(10) => "0A"