$SimulationEvalOverrides
const
$SimulationEvalOverrides:object
Type declaration
description
readonly
description:"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."
='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
readonly
properties:object
properties.allow-empty-signatures
readonly
properties.allow-empty-signatures:object
properties.allow-empty-signatures.description
readonly
properties.allow-empty-signatures.description:"If true, transactions without signatures are allowed and simulated as if they were properly signed."
='If true, transactions without signatures are allowed and simulated as if they were properly signed.'
properties.allow-empty-signatures.type
readonly
properties.allow-empty-signatures.type:"boolean"
='boolean'
properties.allow-unnamed-resources
readonly
properties.allow-unnamed-resources:object
properties.allow-unnamed-resources.description
readonly
properties.allow-unnamed-resources.description:"If true, allows access to unnamed resources during simulation."
='If true, allows access to unnamed resources during simulation.'
properties.allow-unnamed-resources.type
readonly
properties.allow-unnamed-resources.type:"boolean"
='boolean'
properties.extra-opcode-budget
readonly
properties.extra-opcode-budget:object
properties.extra-opcode-budget.description
readonly
properties.extra-opcode-budget.description:"The extra opcode budget added to each transaction group during simulation"
='The extra opcode budget added to each transaction group during simulation'
properties.extra-opcode-budget.type
readonly
properties.extra-opcode-budget.type:"integer"
='integer'
properties.max-log-calls
readonly
properties.max-log-calls:object
properties.max-log-calls.description
readonly
properties.max-log-calls.description:"The maximum log calls one can make during simulation"
='The maximum log calls one can make during simulation'
properties.max-log-calls.type
readonly
properties.max-log-calls.type:"integer"
='integer'
properties.max-log-size
readonly
properties.max-log-size:object
properties.max-log-size.description
readonly
properties.max-log-size.description:"The maximum byte number to log during simulation"
='The maximum byte number to log during simulation'
properties.max-log-size.type
readonly
properties.max-log-size.type:"integer"
='integer'
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1342