mirror of
https://github.com/corda/corda.git
synced 2025-05-09 12:02:56 +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.