Optional convenience change for near js call. This will not require the user to specify the --accountId option if they wish to use the same id as the contractId.
So before, we'd have:
near js call contract-id function-name --args <args> --accountId contract-id
Now, we can just do:
near js call contract-id function-name --args <args>
Optional convenience change for
near js call
. This will not require the user to specify the--accountId
option if they wish to use the same id as thecontractId
.So before, we'd have:
Now, we can just do: