UNPKG

fuels

Version:

Fuel TS SDK

6 lines 241 B
import type { DeployedPredicate, FuelsConfig } from '../../types'; /** * Deploys all predicates. */ export declare function deployPredicates(config: FuelsConfig): Promise<DeployedPredicate[]>; //# sourceMappingURL=deployPredicates.d.ts.map