Skip to main content

Properties

PropertyTypeDescription
tostringThe address the call is directed to. Pattern: ^0x[0-9a-fA-F]{40}$
valuestringThe amount of ETH to send with the call, in wei.
datastringThe call data to send. This is the hex-encoded data of the function call consisting of the method selector and the function arguments. Pattern: ^0x[0-9a-fA-F]*$
overrideGasLimit?stringThe override gas limit to use for the call instead of the bundler’s estimated gas limit.