DryRunTxResult class

DryrunTxnResult contains any LogicSig or ApplicationCall program debug information and state updates from a dryrun.

Annotations
  • @JsonSerializable(fieldRename: FieldRename.kebab)

Constructors

DryRunTxResult({required List<String> appCallMessages, required List<DryRunState> appCallTrace, required List<String> disassembly, required List<EvalDeltaKeyValue> globalDelta, required List<AccountStateDelta> localDeltas, required List<String> logicSigMessages, required List<DryRunState> logicSigTrace, required List<String> logs, int? cost})
DryRunTxResult.fromJson(Map<String, dynamic> json)
factory

Properties

appCallMessages List<String>
final
appCallTrace List<DryRunState>
final
cost int?
Execution cost of app call transaction
final
disassembly List<String>
final
globalDelta List<EvalDeltaKeyValue>
final
hashCode int
The hash code for this object.
no setterinherited
localDeltas List<AccountStateDelta>
final
logicSigMessages List<String>
final
logicSigTrace List<DryRunState>
final
logs List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited