EthCallParams
EthCallParams:
object
Based on the JSON-RPC request for eth_call procedure
Type declaration
blockOverride?
optionalreadonlyblockOverride:BlockOverrideSet
The block override set to provide different block values while executing the call
blockTag?
optionalreadonlyblockTag:BlockParam
The block number hash or block tag
data?
optionalreadonlydata: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?
optionalreadonlyfrom:Address
The address from which the transaction is sent. Defaults to zero address
gas?
optionalreadonlygas:bigint
The integer of gas provided for the transaction execution
gasPrice?
optionalreadonlygasPrice:bigint
The integer of gasPrice used for each paid gas
stateOverrideSet?
optionalreadonlystateOverrideSet:StateOverrideSet
The state override set to provide different state values while executing the call
to?
optionalreadonlyto:Address
The address to which the transaction is addressed. Defaults to zero address
value?
optionalreadonlyvalue:bigint
The integer of value sent with this transaction
Source
packages/actions/src/eth/EthParams.ts:26