Home > @3rdweb/sdk > ISplitsModule > getRecipientSplitPercentage
Get the split percentage of a recipient.
Signature:
getRecipientSplitPercentage(address: string): Promise<SplitRecipient>;
Parameter | Type | Description |
---|---|---|
address | string | The address of the recipient. |
Returns:
Promise<SplitRecipient>