TronTransactionExtention class
Constructors
-
TronTransactionExtention.new({required TronTransactionWithResult? transaction, required List<
String> constantResult, required int? energyUsed, required BigInt? energyPenalty, required TronReturn result, AbiFunctionFragment? fragment}) -
const
-
TronTransactionExtention.fromJson(Map<
String, dynamic> json, {AbiFunctionFragment? fragment}) -
factory
Properties
-
constantResult
→ List<
String> -
final
- energyPenalty → BigInt?
-
final
- energyUsed → int?
-
final
- error → String?
-
no setter
- fragment → AbiFunctionFragment?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccess → bool
-
no setter
- outputResult → List?
-
no setter
- result → TronReturn
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transaction → TronTransactionWithResult?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited