mirror of
https://github.com/corda/corda.git
synced 2025-02-22 10:10:59 +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.