call
call
Usage: call --to <to> --method <method> [options]
call a method of 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 call--method <method>
name of the method to execute in the contract--args <arg1, arg2, ...>
arguments to the method to execute-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