mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +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.