UNPKG

@arater/contracts-deployment

Version:

Safe contract deployment library to use it on your client app

4 lines (3 loc) 306 B
import { DeploymentFilter, SingletonDeployment } from "./types"; export declare const findDeployment: (criteria: DeploymentFilter, deployments: SingletonDeployment[]) => SingletonDeployment | undefined; export declare const applyFilterDefaults: (filter?: DeploymentFilter | undefined) => DeploymentFilter;