Interface EstimateVerificationGasLimitResult

Result of verification gas limit estimation

interface EstimateVerificationGasLimitResult {
    validAfter: number;
    validUntil: number;
    verificationGasLimit: bigint;
}

Properties

validAfter: number

Timestamp after which the operation becomes valid

validUntil: number

Timestamp until which the operation remains valid

verificationGasLimit: bigint

The estimated verification gas limit