Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/util/bi/index.ts>nToBigInt

Package publishing for deno.land/x/polkadot
Go to Latest
function nToBigInt
import { nToBigInt } from "https://deno.land/x/polkadot@0.2.16/util/bi/index.ts";

Type Parameters

ExtToBn extends ToBigInt | ToBn

Parameters

optional
value:
| HexString
| BN
| bigint
| string
| number
| null

Returns

bigint