Creates a new DryrunTxnResult object.
Optional appOptional appOptional budgetOptional budgetOptional cost?: number | bigintOptional globalOptional localOptional logicOptional logicOptional logicOptional logs?: Uint8Array[]Optional appOptional appOptional budgetBudget added during execution of app call transaction.
Optional budgetBudget consumed during execution of app call transaction.
Optional costNet cost of app execution. Field is DEPRECATED and is subject for removal.
Instead, use budget-added and `budget-consumed.
Disassembled program line by line.
Optional globalApplication state delta.
Optional localOptional logicDisassembled lsig program line by line.
Optional logicOptional logicOptional logsGet an object ready for encoding to either JSON or msgpack.
Use true to indicate that the encoding can handle raw binary objects (Uint8Arrays). Use false to indicate that raw binary objects should be converted to base64 strings. True should be used for objects that will be encoded with msgpack, and false should be used for objects that will be encoded with JSON.
Generated using TypeDoc
DryrunTxnResult contains any LogicSig or ApplicationCall program debug information and state updates from a dryrun.