UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS 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>;