import { AbstractInt } from "https://dotland.deno.dev/x/polkadot@0.2.38/types-codec/bundle.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