Do you have plans to include in Daml Script nonconsuming choices on which a party is observer?
App Development3 posts195 views2 likesLast activity Jul 2022
GY
gyorgybalazsiOP
Jul 2022Currently these choices can be only seen in the transaction tree, so we cannot use this information for test scripts in Daml Script.
RE
Remy
Jul 2022Hey Gyor,
More generally, it would be very handy for test writing to access the transaction tree directly in Daml Script. We already have an open issue for this kind of feature (SEE #12098).
However, we don’t have the manpower to work on that right now.
GY
gyorgybalazsi
Jul 2022Yes, thanks, until then there is grpcurl as a workaround.