Hi. I’ve been playing around with Flow for a few weeks now. I want to send a transaction that accepts multiple signers, which seems to be supported and I can do this from the Flow Playground. I can’t figure out how to send the transaction using Flow CLI though; the help reads like only one signer can be sent as a String, and I have tried various combinations with no luck.
I’ve tried various permutations of things like
--signer acc1 --signer acc2
--signer acc1 acc2
--signer "acc1 acc2"
--signer [acc1, acc2]
and it either complains there aren’t enough authorizers, or there are too many arguments.
I’ve not been able to find anything in the docs on how to do this - are multiple signer transactions supported using Flow CLI?
Any help would be hugely appreciated!