UNPKG

@authereum/zos

Version:

Command-line interface for the ZeppelinOS smart contract platform

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