EthCallParams
EthCallParams:
object
Based on the JSON-RPC request for eth_call procedure
Type declaration
blockOverride?
optionalblockOverride:BlockOverrideSet
The block override set to provide different block values while executing the call
blockTag?
optionalblockTag:BlockParam
The block number hash or block tag
data?
optionaldata:Hex
The hash of the method signature and encoded parameters. For more information, see the Contract ABI description in the Solidity documentation Defaults to zero data
from?
optionalfrom:Address
The address from which the transaction is sent. Defaults to zero address
gas?
optionalgas:bigint
The integer of gas provided for the transaction execution
gasPrice?
optionalgasPrice:bigint
The integer of gasPrice used for each paid gas
stateOverrideSet?
optionalstateOverrideSet:StateOverrideSet
The state override set to provide different state values while executing the call
to?
optionalto:Address
The address to which the transaction is addressed. Defaults to zero address
value?
optionalvalue:bigint
The integer of value sent with this transaction
Source
params/EthParams.ts:26