useProposalWithOffchainVoteStatus
: Allow Array
of proposals to be passed
#386
Labels
enhancement
New feature or request
If we allow the
useProposalWithOffchainVoteStatus
hook to accept more than a single proposal, we can get status information about many proposals and also use the built-in polling. An example of where we could use this effectively is insideuseProposals
, or other proposal-listing components.When using Multicall we can make a single call using and then get the results of each proposal's 3 separate chain calls by grouping using every 3rd array index.
The text was updated successfully, but these errors were encountered: