mirror of
https://github.com/corda/corda.git
synced 2025-03-23 12:35:23 +00:00
Better usage of generics in groupStates so the group exposes the grouping key that was used, this avoids constructs like `val issuer = outputs[0].deposit.party` which is a bit ugly.