@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
8 lines • 402 B
TypeScript
import type { IConfigurable } from '../types/interfaces/IConfigurable';
import type { IRawAbiConfigurable } from '../types/interfaces/IRawAbiConfigurable';
import type { IType } from '../types/interfaces/IType';
export declare function parseConfigurables(params: {
types: IType[];
rawAbiConfigurables: IRawAbiConfigurable[];
}): IConfigurable[];
//# sourceMappingURL=parseConfigurables.d.ts.map