@lelantos-org/sdk / core / hexToBigint
Function: hexToBigint() โ
ts
function hexToBigint(h): bigint;Defined in: @lelantos-org/sdk/dist/core/hex.d.ts:14
Parse an optionally-0x-prefixed hex string as a bigint.
Parameters โ
| Parameter | Type |
|---|---|
h | string |
Returns โ
bigint