GenericTransaction class sealed

Implemented types
Implementers

Constructors

GenericTransaction.fromJson(Map json)
factory

Properties

amount → dynamic
final
block int
final
confirmations int
final
dateTime DateTime
no setter
evmTx EVMTransaction?
no setter
fee → dynamic
final
hash String
final
hashCode int
The hash code for this object.
no setteroverride
isConfirmed bool
no setter
isFailed bool
no setter
isPending bool
no setter
recipient String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sender String
final
status ConfirmationStatus
final
timeMilli int
final
token → dynamic
final
totalValue BigInt
no setter
transferMethod TransactionTransferMethod
final
value BigInt
no setter

Methods

compareTo(GenericTransaction other) int
Compares this object to another object.
override
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.
override

Operators

operator ==(Object other) bool
The equality operator.
override