typescript-sdk

Home > @3rdweb/sdk > VoteModule > getAll

VoteModule.getAll() method

Get All Proposals

Signature:

getAll(): Promise<Proposal[]>;

Returns:

Promise<Proposal[]>

Remarks

Get all the proposals in this module.

Example

const proposals = await module.getAll();
console.log(proposals);