8 lines
353 B
Markdown
Raw Permalink Normal View History

2021-12-07 13:24:10 +11:00
Package contains react hooks that help with memorizing values
2021-09-24 00:08:32 +02:00
## hooks
-`usePollList(wakuPolling: WakuPolling | undefined)` returns array of DetailedTimedPoll of polls on waku network
2021-12-07 13:24:10 +11:00
-`useWakuPolling(appName: string, tokenAddress: string, provider: Web3Provider | undefined, multicallAddress: string | undefined)` returns meoized WakuPolling object