@polkadot/typegen
Version:
Type generation scripts
6 lines (5 loc) • 340 B
TypeScript
import type { Definitions } from '@polkadot/types/types';
import type { HexString } from '@polkadot/util/types';
import { type ExtraTypes } from './types.js';
/** @internal */
export declare function generateDefaultTx(dest: string, data: HexString, extraTypes?: ExtraTypes, isStrict?: boolean, customLookupDefinitions?: Definitions): void;