typescript-sdk

Home > @3rdweb/sdk > ISplitsModule > getRecipientSplitPercentage

ISplitsModule.getRecipientSplitPercentage() method

Get the split percentage of a recipient.

Signature:

getRecipientSplitPercentage(address: string): Promise<SplitRecipient>;

Parameters

Parameter Type Description
address string The address of the recipient.

Returns:

Promise<SplitRecipient>