Hi,
I think I’ve seen this question before but can’t seem to find it.
How would I use a contract key from the DAML ui template? The contract key is (signatory party id, a unique key).
const classes = useStyles();
const party = useParty();
const ledger = useLedger();
const assets = useStreamQuery(Client).contracts;
thank you.