@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
12 lines • 463 B
TypeScript
import type { IConfigurable } from '../../types/interfaces/IConfigurable';
import type { IType } from '../../types/interfaces/IType';
import type { JsonAbiConfigurable } from '../../types/interfaces/JsonAbi';
export declare class Configurable implements IConfigurable {
name: string;
inputLabel: string;
constructor(params: {
types: IType[];
rawAbiConfigurable: JsonAbiConfigurable;
});
}
//# sourceMappingURL=Configurable.d.ts.map