SubscribeBlockFilter class

filter criteria for the logs to receive results by account type; currently supported:

Constructors

SubscribeBlockFilter.all()
include all transactions in block
factory
SubscribeBlockFilter.mentionsAccountOrProgram(SolAddress account)
return only transactions that mention the provided public key (as base-58 encoded string). If no mentions in a given block, then no notification will be sent.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
mentionsAccountOrProgram SolAddress?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

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