SplitRecipient interface
The SplitRecipient type represents a recipient of some royalty, indicated by their split percentage.
Signature:
export interface SplitRecipient
Properties
Property | Type | Description |
---|---|---|
address | string | The address of the recipient |
splitPercentage | number | The split of the recipient as a percentage of the total amountI.e. If a recipient has a split of 50%, and the asset sells for 100 ETH, the recipient will receive 50 ETH. |