Split.getRecipientSplitPercentage() method
Get the % of funds owed to a given address
Signature:
getRecipientSplitPercentage(address: string): Promise<SplitRecipient>;
Parameters
Parameter | Type | Description |
---|---|---|
address | string | the address to check percentage of |
Returns:
Promise<SplitRecipient>