ForgedTransaction class
Constructors
- ForgedTransaction({L1Info? l1info, String? L1orL2, L2Info? l2info, String? amount, int? batchNum, String? fromAccountIndex, String? fromBJJ, String? fromHezEthereumAddress, double? historicUSD, String? id, int? itemId, int? position, String? timestamp, String? toAccountIndex, String? toBJJ, String? toHezEthereumAddress, Token? token, String? type, String? hash})
-
ForgedTransaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount → String?
-
final
- batchNum → int?
-
final
- fromAccountIndex → String?
-
final
- fromBJJ → String?
-
final
- fromHezEthereumAddress → String?
-
final
- hash → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- historicUSD → double?
-
final
- id → String?
-
final
- itemId → int?
-
final
- l1info → L1Info?
-
final
- L1orL2 → String?
-
final
- l2info → L2Info?
-
final
- position → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timestamp → String?
-
final
- toAccountIndex → String?
-
final
- toBJJ → String?
-
final
- toHezEthereumAddress → String?
-
final
- token → Token?
-
final
- type → 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited