UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

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