SimulateRequest
SimulateRequest:
object
Request type for simulation endpoint.
Type declaration
allow-empty-signatures?
optional
allow-empty-signatures:boolean
Allows transactions without signatures to be simulated as if they had correct signatures.
allow-more-logging?
optional
allow-more-logging:boolean
Lifts limits on log opcode usage during simulation.
allow-unnamed-resources?
optional
allow-unnamed-resources:boolean
Allows access to unnamed resources during simulation.
exec-trace-config?
optional
exec-trace-config:SimulateTraceConfig
extra-opcode-budget?
optional
extra-opcode-budget:number
Applies extra opcode budget during simulation for each transaction group.
round?
optional
round:number
If provided, specifies the round preceding the simulation. State changes through this round will be used to run this simulation. Usually only the 4 most recent rounds will be available (controlled by the node config value MaxAcctLookback). If not specified, defaults to the latest available round.
txn-groups
txn-groups:
SimulateRequestTransactionGroup
[]
The transaction groups to simulate.
Defined in
types.gen.ts:824