@cdr-kit/contracts/Conditions/ComposableCondition
ComposableCondition
Boolean AND / OR over child conditions, up to 8 deep. Compose "Subscription OR Tier" or "Royalty AND License" — natively, on chain, in one read check.
address = 0x74F2f94e7867b07ECDFbcc667050CBec1dE2800B
Config shape
mode: uint8— 0 = AND, 1 = OR.children: address[]— child condition addresses (1–8).
accessAuxData
ABI-encoded bytes[] of per-child aux, aligned to the configured children order.