import { Compact } from "https://dotland.deno.dev/x/polkadot@0.2.35/types/bundle.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
Static Methods
with<O extends INumber>(Type: CodecClass<O> | string): CodecClass<Compact<O>>