Gas estimation result for EntryPoint v0.6.0.

interface EstimateUserOperationGasResultV6 {
    callGasLimit: bigint;
    preVerificationGas: bigint;
    validAfter: number;
    validUntil: number;
    verificationGasLimit: bigint;
}

Properties

callGasLimit: bigint

Gas limit for the main execution call

preVerificationGas: bigint

Gas for pre-verification operations

validAfter: number

Timestamp after which the operation becomes valid

validUntil: number

Timestamp until which the operation remains valid

verificationGasLimit: bigint

Gas limit for the verification phase