@fuel-ts/abi-typegen
Version:
Generates Typescript definitions from Sway ABI Json files
13 lines • 513 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 class Configurable implements IConfigurable {
name: string;
type: IType;
rawAbiConfigurable: IRawAbiConfigurable;
constructor(params: {
types: IType[];
rawAbiConfigurable: IRawAbiConfigurable;
});
}
//# sourceMappingURL=Configurable.d.ts.map