MoacFilter 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 MoacLog objects.
Constructors
- MoacFilter()
- MoacFilter.fromMap(Map result)
Properties
Methods
-
construct(
Map data) → void - Moac log objects, returned by Construct from the supplied Map, only check for the keys we need.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
@pragma("vm.entry-point"), inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited