UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

3 lines (2 loc) 192 B
import { CallParams } from './interfaces'; export default function call({ proxyAddress, methodName, methodArgs, network, txParams, networkFile, }: Partial<CallParams>): Promise<void | never>;