Home > @3rdweb/sdk > SplitsModule > getAllRecipients
Get Recipients
Signature:
getAllRecipients(): Promise<SplitRecipient[]>;
Returns:
Promise<SplitRecipient[]>
Get the data about the shares of every split recipient on the module
const recipients = await module.getAllRecepients();
console.log(recipients);