import { Compact } from "https://deno.land/x/polkadot@0.2.12/types/codec/index.ts";
Methods
bitLength(): number
eq(other?: unknown): boolean
inspect(): Inspect
toBigInt(): bigint
toBn(): BN
toHex(isLe?: boolean): HexString
toHuman(isExtended?: boolean): AnyJson
toJSON(): AnyJson
toNumber(): number
toPrimitive(): string | number
toRawType(): string
toString(): string
toU8a(isBare?: boolean): Uint8Array