Gas estimation result for EntryPoint v0.7.0.

interface EstimateUserOperationGasResultV7 {
    callGasLimit: bigint;
    paymasterPostOpGasLimit: bigint;
    paymasterVerificationGasLimit: bigint;
    preVerificationGas: bigint;
    verificationGasLimit: bigint;
}

Properties

callGasLimit: bigint

Gas limit for the main execution call

paymasterPostOpGasLimit: bigint

Gas limit for paymaster post-operation execution

paymasterVerificationGasLimit: bigint

Gas limit for paymaster verification

preVerificationGas: bigint

Gas for pre-verification operations

verificationGasLimit: bigint

Gas limit for the verification phase