Hi,
While coding submitMulti command against damlhub i encounter the below error that apparently related to a missing token which represents both actAs and readAs parties.
Command i wrote:
submitMulti [owner] [public] do
exerciseCmd productCid CustomerCreatesPolicyRequest with
..
I’m trying to figure how and where do i pass the multi party token that captures also the readAs party.
The only documentation i saw over the web is here but i dont see the reference to the passed token:
The error:
com.daml.lf.engine.script.ScriptF$FailedCmd: Command submit failed: Tried to submit a command with readAs = [public-xge3136b49pu71xo] but token provides claims for readAs = [ledger-party-bec1438a-5910-4f8f-9dd5-39812ea437f4]. Missing claims: [public-xge3136b49pu71xo]
Can you refer me to the docs which explains how to create and pass the multiPartyToken that contain this claim