call
Execute instant message calls to smart contracts or recipients without submitting transactions to the blockchain, using encoded data and specified values in wei.
Instructions
Executing a new message call immediately without submitting a transaction to the network.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | A contract hashed method call with encoded args. | |
to | Yes | The contract address or recipient. | |
value | No | Value (in wei) sent with this transaction. |