NonPayableCallOptions
Hierarchy
- NonPayableCallOptions
Index
Properties
optionaldata
optionalfrom
optionalgas
The maximum gas (gas limit) provided for this call (this transaction)
optionalgasPrice
The gas price in wei to use for this call transaction
.
The address which is the call (the transaction) should be made from. For calls the
from
property is optional however it is highly recommended to explicitly set it or it may default to address(0) depending on your node or provider.