Skip to main content

Split.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.