EvmTxData class
- Annotations
-
- @JsonSerializable()
Constructors
- EvmTxData({String? value, String? blockHash, String? blockNumber, String? confirmations, String? contractAddress, String? cumulativeGasUsed, String? from, String? gas, String? gasPrice, String? gasUsed, String? hash, String? input, String? logIndex, String? nonce, String? timeStamp, String? to, String? tokenDecimal, String? tokenName, String? tokenSymbol, String? transactionIndex, String? isError})
-
EvmTxData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blockHash → String?
-
final
- blockNumber → String?
-
final
- confirmations → String?
-
final
- contractAddress → String?
-
final
- cumulativeGasUsed → String?
-
final
- from → String?
-
final
- gas → String?
-
final
- gasPrice → String?
-
final
- gasUsed → String?
-
final
- hash → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- input → String?
-
final
- isError → String?
-
final
- logIndex → String?
-
final
- nonce → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- timeStamp → String?
-
final
- to → String?
-
final
- tokenDecimal ↔ String?
-
getter/setter pair
- tokenName ↔ String?
-
getter/setter pair
- tokenSymbol ↔ String?
-
getter/setter pair
- transactionIndex → String?
-
final
- value → 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