Skip to content

SimulationEvalOverrides

SimulationEvalOverrides: object

The set of parameters and limits override during simulation. If this set of parameters is present, then evaluation parameters may differ from standard evaluation in certain ways.

Type declaration

allow-empty-signatures?

optional allow-empty-signatures: boolean

If true, transactions without signatures are allowed and simulated as if they were properly signed.

allow-unnamed-resources?

optional allow-unnamed-resources: boolean

If true, allows access to unnamed resources during simulation.

extra-opcode-budget?

optional extra-opcode-budget: number

The extra opcode budget added to each transaction group during simulation

max-log-calls?

optional max-log-calls: number

The maximum log calls one can make during simulation

max-log-size?

optional max-log-size: number

The maximum byte number to log during simulation

Defined in

types.gen.ts:965