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

x/polkadot/types-codec/types/interfaces.ts>INumber

Package publishing for deno.land/x/polkadot
Go to Latest
interface INumber
implements Codec
import { type INumber } from "https://deno.land/x/polkadot@0.2.11/types-codec/types/interfaces.ts";

Methods

bitLength(): number
toBigInt(): bigint
toBn(): BN
toNumber(): number
toPrimitive(): string | number