TronGetTransactionByIdResponse class
Constructors
-
TronGetTransactionByIdResponse.new({required List<
TronResult> ret, required String txID, required Map<String, dynamic> rawData, required List<String> signature, required String rawDataHex}) -
const
-
TronGetTransactionByIdResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSuccess → bool
-
no setter
-
rawData
→ Map<
String, dynamic> -
final
- rawDataHex → String
-
final
-
ret
→ List<
TronResult> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signature
→ List<
String> -
final
- txID → String
-
final
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
-
toTronTransaction(
) → Transaction
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited