UNPKG

@fuel-ts/abi-typegen

Version:

Generates Typescript definitions from Sway ABI Json files

8 lines 385 B
import { Configurable } from '../abi/configurable/Configurable'; import type { IRawAbiConfigurable } from '../types/interfaces/IRawAbiConfigurable'; import type { IType } from '../types/interfaces/IType'; export declare function makeConfigurable(params: { types: IType[]; rawAbiConfigurable: IRawAbiConfigurable; }): Configurable; //# sourceMappingURL=makeConfigurable.d.ts.map