Home > @3rdweb/sdk > ISplitsModule > balanceOf
Returns the amount of royalty available for a recipient to withdraw in the native currency.
Signature:
balanceOf(address: string): Promise<BigNumber>;
Parameter | Type | Description |
---|---|---|
address | string | The address of the recipient to check the balance of. |
Returns:
Promise<BigNumber>