interface SimulationLimits {
    callGasLimit: bigint;
    preVerificationGas: bigint;
    verificationGasLimit: bigint;
}

Properties

callGasLimit: bigint

Gas limit for the main execution call

preVerificationGas: bigint

Gas limit for pre-verification operations

verificationGasLimit: bigint

Gas limit for the verification phase