TotalSplitPayload = object
object
Defined in: types.ts:176arrow-up-right
Split Proxy Params
RewardsSplitPayload
splitRecipients
SplitRecipient[]
SplitRecipient
The split recipients addresses and splits.
types.ts:178arrow-up-right
ObolRAFSplit?
number
Split percentageNumber allocated for obol retroactive funding, minimum is 1%.
types.ts:181arrow-up-right
distributorFee?
The percentageNumber of accrued rewards that is paid to the caller of the distribution function to compensate them for the gas costs of doing so. Cannot be greater than 10%. For example, 5 represents 5%.
types.ts:184arrow-up-right
controllerAddress?
string
Address that can mutate the split, should be ZeroAddress for immutable split.
types.ts:187arrow-up-right
Last updated 22 days ago
Was this helpful?