WatchContractEventParameters constructor
WatchContractEventParameters({})
Implementation
WatchContractEventParameters({
required this.abi,
required this.eventName,
this.address,
this.args,
this.batch,
this.chainId,
this.onError,
this.onLogs,
this.poll,
this.pollingInterval,
this.strict,
this.syncConnectedChain,
});