Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Multiparty command submissions via the Ledger APIForum ↗

Multiparty command submissions via the Ledger API

App Development4 posts568 views3 likesLast activity Jun 2020
AL
allenOP
Jun 2020

Can multiple parties authorize single submission via the command service?

ST
stefanobaghino-da
Jun 2020

This is not possible via the Ledger API. The approach usually taken in this cases is to describe the delegation/interaction in pure DAML and set up a choice that a single party can exercise to trigger a process involving many parties.

OG
oggy
Jun 2020

Welcome, @allen

This is not possible right now. You need to “collect” the authorizations over the ledger via intermediary contracts that add all the required authorizers as signatories. This process is also not interactive, so you have to prepare the transactions upfront.

Both of these limitations could in principle be lifted in the future, but I don’t expect it to happen very soon.

BE
bernhard
Jun 2020

There’s a whole thread on this topic here. It’s a much sought after feature. I’m more optimistic than @oggy that this may become possible at some point, but can’t give a timeline.

← Back to Discussions