UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

3 lines (2 loc) 209 B
import { SetAdminParams } from './interfaces'; export default function setAdmin({ newAdmin, packageName, contractAlias, proxyAddress, network, txParams, networkFile, }: SetAdminParams): Promise<void | never>;