UNPKG

fuels

Version:

Fuel TS SDK

3 lines 201 B
import type { DeployedContract } from '../../types'; export declare function saveContractIds(contracts: DeployedContract[], output: string): Promise<void>; //# sourceMappingURL=saveContractIds.d.ts.map