EthCallParams
EthCallParams:
object
Based on the JSON-RPC request for eth_call
procedure
Type declaration
blockTag
blockTag?:
BlockParam
The block number hash or block tag
data
data?:
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
from?:
Address
The address from which the transaction is sent. Defaults to zero address
gas
gas?:
bigint
The integer of gas provided for the transaction execution
gasPrice
gasPrice?:
bigint
The integer of gasPrice used for each paid gas
to
to?:
Address
The address to which the transaction is addressed. Defaults to zero address
value
value?:
bigint
The integer of value sent with this transaction
Source
params/EthParams.ts:24
Generated using typedoc-plugin-markdown and TypeDoc