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?
optionalallow-empty-signatures:boolean
If true, transactions without signatures are allowed and simulated as if they were properly signed.
allow-unnamed-resources?
optionalallow-unnamed-resources:boolean
If true, allows access to unnamed resources during simulation.
extra-opcode-budget?
optionalextra-opcode-budget:number
The extra opcode budget added to each transaction group during simulation
max-log-calls?
optionalmax-log-calls:number
The maximum log calls one can make during simulation
max-log-size?
optionalmax-log-size:number
The maximum byte number to log during simulation
Defined in
types.gen.ts:965