Options for gas estimation.

interface EstimateUserOperationGasOptions {
    entryPointAddress: `0x${string}`;
    simulation: boolean;
    useBinarySearch: boolean;
}

Properties

entryPointAddress: `0x${string}`

EntryPoint contract address to use

simulation: boolean

Whether to run in simulation mode

useBinarySearch: boolean

Whether to use binary search for gas estimation