@polkadot/types
Version:
Implementation of the Parity codec
6 lines (5 loc) • 384 B
TypeScript
import type { ExtDef, ExtInfo, ExtTypes } from './types.js';
export declare const allExtensions: ExtDef;
export declare const fallbackExtensions: string[];
export declare function findUnknownExtensions(extensions: string[], userExtensions?: ExtDef): string[];
export declare function expandExtensionTypes(extensions: string[], type: keyof ExtInfo, userExtensions?: ExtDef): ExtTypes;