mirror of
https://github.com/corda/corda.git
synced 2025-02-01 00:45:59 +00:00
fcc36c472a
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.