typescript-sdk

Home > @3rdweb/sdk > SplitsModule > balanceOfAllRecipients

SplitsModule.balanceOfAllRecipients() method

Returns all the recipients and their balances in the native currency.

Signature:

balanceOfAllRecipients(): Promise<{
        [key: string]: BigNumber;
    }>;

Returns:

Promise<{ [key: string]: BigNumber; }>

A map of recipient addresses to their balances in the native currency.