Creates a new SimulateRequest
object.
Optional
allowOptional
allowOptional
allowOptional
execOptional
extraOptional
fixOptional
round?: number | bigintOptional
allowAllows transactions without signatures to be simulated as if they had correct signatures.
Optional
allowLifts limits on log opcode usage during simulation.
Optional
allowAllows access to unnamed resources during simulation.
Optional
execAn object that configures simulation execution trace.
Optional
extraApplies extra opcode budget during simulation for each transaction group.
Optional
fixIf true, signers for transactions that are missing signatures will be fixed during evaluation.
Optional
roundIf 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.
The transaction groups to simulate.
Static
Private
encodingStatic
encodingStatic
fromGenerated using TypeDoc
Request type for simulation endpoint.