UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

3 lines (2 loc) 194 B
import { QueryDeploymentParams } from './interfaces'; export default function queryDeployment({ salt, sender, network, txParams, networkFile, }: QueryDeploymentParams): Promise<string | never>;