OVMBaseSplitPayload
OVMBaseSplitPayload =
object
Defined in: types.ts:207
OVM and SplitV2 Base Params
Properties​
| Property | Type | Description | Defined in |
|---|---|---|---|
rewardSplitRecipients | SplitV2Recipient[] | The split recipients addresses and splits. | types.ts:209 |
OVMOwnerAddress | string | Owner address for the OVM contract. | types.ts:212 |
splitOwnerAddress? | string | Owner address for the splitter contracts. | types.ts:215 |
principalThreshold? | number | Principal threshold in ETH for OVM contract. | types.ts:218 |
distributorFeePercent? | number | Distributor fee percentage (0-10). | types.ts:221 |