Home > @3rdweb/sdk > VoteModule > getAll
Get All Proposals
Signature:
getAll(): Promise<Proposal[]>;
Returns:
Promise<Proposal[]>
Get all the proposals in this module.
const proposals = await module.getAll(); console.log(proposals);