UNPKG

@newos/cli

Version:
3 lines 247 B
import { SendTxParams } from './interfaces'; export default function sendTx({ proxyAddress, methodName, methodArgs, value, gas, network, txParams, networkFile, }: Partial<SendTxParams>): Promise<void | never>; //# sourceMappingURL=send-tx.d.ts.map