typescript-sdk

Home > @3rdweb/sdk > ISplitsModule > balanceOf

ISplitsModule.balanceOf() method

Returns the amount of royalty available for a recipient to withdraw in the native currency.

Signature:

balanceOf(address: string): Promise<BigNumber>;

Parameters

Parameter Type Description
address string The address of the recipient to check the balance of.

Returns:

Promise<BigNumber>