import { AbstractInt } from "https://deno.land/x/polkadot@0.2.28/types-codec/mod.ts";
Methods
bitLength(): number
eq(other?: unknown): boolean
inspect(): Inspect
isMax(): boolean
toBigInt(): bigint
toBn(): BN
toHex(isLe?): HexString
toHuman(isExpanded?: boolean): string
toJSON(onlyHex?): any
toPrimitive(): number | string
toRawType(): string
toString(base?: number): string
toU8a(isBare?: boolean): Uint8Array