Creates a new SimulateTransactionResult
object.
Optional
appOptional
execOptional
fixedOptional
logicOptional
unnamedOptional
appBudget used during execution of an app call transaction. This value includes budged used by inner app calls spawned by this transaction.
Optional
execThe execution trace of calling an app or a logic sig, containing the inner app call trace in a recursive way.
Optional
fixedThe account that needed to sign this transaction when no signature was provided and the provided signer was incorrect.
Optional
logicBudget used during execution of a logic sig transaction.
Details about a pending transaction. If the transaction was recently confirmed, includes confirmation details like the round and reward details.
Optional
unnamedThese are resources that were accessed by this group that would normally have caused failure, but were allowed in simulation. Depending on where this object is in the response, the unnamed resources it contains may or may not qualify for group resource sharing. If this is a field in SimulateTransactionGroupResult, the resources do qualify, but if this is a field in SimulateTransactionResult, they do not qualify. In order to make this group valid for actual submission, resources that qualify for group sharing can be made available by any transaction of the group; otherwise, resources must be placed in the same transaction which accessed them.
Static
Private
encodingStatic
encodingStatic
fromGenerated using TypeDoc
Simulation result for an individual transaction