UNPKG

@polkadot/typegen

Version:
5 lines (4 loc) 212 B
import type { TypeRegistry } from '@polkadot/types/create'; export declare function registerDefinitions(registry: TypeRegistry, extras: Record<string, Record<string, { types: Record<string, any>; }>>): void;