UNPKG

@openzeppelin/cli

Version:

Command-line interface for the OpenZeppelin smart contract platform

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