WatchContractEventParameters class
Constructors
- WatchContractEventParameters({required Abi abi, required String eventName, String? address, List? args, bool? batch, int? chainId, OnErrorCallback? onError, OnLogCallback? onLogs, bool? poll, int? pollingInterval, bool? strict, bool? syncConnectedChain})
Properties
- abi → Abi
-
final
- address → String?
-
final
- args → List?
-
final
- batch → bool?
-
final
- chainId → int?
-
final
- eventName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onError → OnErrorCallback?
-
final
- onLogs → OnLogCallback?
-
final
- poll → bool?
-
final
- pollingInterval → int?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strict → bool?
-
final
- syncConnectedChain → bool?
-
final
Methods
-
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