LogsFilter<T extends Object> class

Logs Filter

Inheritance

Constructors

LogsFilter(T value)
The filter criteria for the logs to receive results by account type.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T
Raw value.
final

Methods

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

Operators

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

Static Methods

all() LogsFilter<Object>
Subscribes to all transactions except for simple vote transactions.
allWithVotes() LogsFilter<Object>
Subscribes to all transactions including simple vote transactions.
mentions(List<Pubkey> accounts) LogsFilter<Object>
Subscribes to all transactions that mention the provided Pubkey.