UNPKG

@polkadot/types

Version:
4 lines (3 loc) 208 B
import type { ILookup } from '@polkadot/types-create/types'; import type { SiLookupTypeId } from '../../interfaces/index.js'; export declare function getSiName(lookup: ILookup, type: SiLookupTypeId): string;