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

hashes → List<BigInt>
read-only
logs → List<MoacLog>
read-only
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

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