TransactionsFoundEvent class
- Annotations
-
- @JsonSerializable.new()
Constructors
-
TransactionsFoundEvent(String address, List<
Transaction> transactions, TransactionsBatchInfo info) -
const
-
TransactionsFoundEvent.fromJson(Map<
String, dynamic> json) -
factory
Properties
- address → String
-
Contract address
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- info → TransactionsBatchInfo
-
Describes transactions lt rage
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transactions
→ List<
Transaction> -
Guaranteed to be non-empty and ordered by descending lt
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