SimulationEvalOverrides
SimulationEvalOverrides =
object
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:7
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.
Properties
Section titled “Properties”allowEmptySignatures?
Section titled “allowEmptySignatures?”
optionalallowEmptySignatures:boolean
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:11
If true, transactions without signatures are allowed and simulated as if they were properly signed.
allowUnnamedResources?
Section titled “allowUnnamedResources?”
optionalallowUnnamedResources:boolean
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:16
If true, allows access to unnamed resources during simulation.
extraOpcodeBudget?
Section titled “extraOpcodeBudget?”
optionalextraOpcodeBudget:number
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:31
The extra opcode budget added to each transaction group during simulation
fixSigners?
Section titled “fixSigners?”
optionalfixSigners:boolean
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:36
If true, signers for transactions that are missing signatures will be fixed during evaluation.
maxLogCalls?
Section titled “maxLogCalls?”
optionalmaxLogCalls:number
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:21
The maximum log calls one can make during simulation
maxLogSize?
Section titled “maxLogSize?”
optionalmaxLogSize:number
Defined in: packages/algod_client/src/models/simulation-eval-overrides.ts:26
The maximum byte number to log during simulation