UseWatchTransactionsParams

type UseWatchTransactionsParams = Partial<
Omit<WatchTransactionsParams, "onTransactions">
> & { limit?: number };