send-tx
send-tx
Usage: send-tx --to <to> --method <method> [options]
send a transaction to the specified contract instance. Provide the [address], method to call and its arguments if needed
- Options:
--to <to>
address of the contract that will receive the transaction--method <method>
name of the method to execute in the contract--args <arg1, arg2, ...>
arguments to the method to execute--value <value>
optional value in wei to send with the transaction--gas <gas>
gas limit of the transaction, will default to the limit specified in the configuration file, or use gas estimation if not set-n, --network <network>
network to be used-f, --from <from>
specify transaction sender address--timeout <timeout>
timeout in seconds for each blockchain transaction (defaults to 600s)--no-interactive
force to run the command in non-interactive mode