UNPKG

fuels

Version:
7 lines 319 B
import type { FuelsConfig } from '../../types'; export declare function deploy(config: FuelsConfig): Promise<{ contracts: import("../../types").DeployedContract[]; scripts: import("../../types").DeployedScript[]; predicates: import("../../types").DeployedPredicate[]; }>; //# sourceMappingURL=index.d.ts.map