JBSplitGroup
Notes:
-
member: groupId An identifier for the group. By convention, this ID is
uint256(uint160(tokenAddress))
for payouts and1
for reserved tokens. -
member: splits The splits in the group.
struct JBSplitGroup {
uint256 groupId;
JBSplit[] splits;
}