EthereumFilter class
Filter message For filters created with newBlockFilter the object contains block hashes. For filters created with pendingTransactionFilter the class contains transaction hashes. For filters created with newFilter or getFilterChanges the class contains logs which are are Ethereum Log objects.
Constructors
- EthereumFilter()
- Construction
-
EthereumFilter.fromMap(Map<
String, dynamic> result) - From map
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hashes
→ List<
EthereumData> ? -
Hashes, block or transaction
no setter
-
logs
→ List<
EthereumLog> ? -
Logs
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
construct(
Map< String, dynamic> data) → void - Ethereum log objects, returned by Construct from the supplied Map, only check for the keys we need.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited