ResultOfRunExecutor class

Inheritance

Constructors

ResultOfRunExecutor({@required dynamic transaction, @required List<String> out_messages, DecodedOutput decoded, @required String account, @required TransactionFees fees})
ResultOfRunExecutor.fromMap(Map<String, dynamic> map)

Properties

account String
read-only
decoded DecodedOutput
read-only
fees TransactionFees
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
out_messages List<String>
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
transaction → dynamic
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() Map<String, dynamic>
override
toString() String
Returns a string representation of this object.
inherited

Operators

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