UNPKG

@polkadot/types

Version:
5 lines (4 loc) 254 B
import type { Registry } from '@polkadot/types-codec/types'; import type { MetadataLatest } from '../../interfaces/index.js'; /** @internal */ export declare function getUniqTypes(registry: Registry, meta: MetadataLatest, throwError: boolean): string[];