ResultOfProcessMessage class
- Inheritance
- Object
- TonSdkStructure
- ResultOfProcessMessage
Constructors
-
ResultOfProcessMessage({@required dynamic transaction, @required List<
String> out_messages, DecodedOutput decoded, @required TransactionFees fees}) -
ResultOfProcessMessage.fromMap(Map<
String, dynamic> map)
Properties
- 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