1

Any idea how to sign a transaction with multiple keys in plutus-simple-model ?

1 Answer 1

0

Seeing that source code just adds signature to the txSignatures map, you can call your signTx method multiple times for your different keys followed by sendTx to submit this transaction.

Not the answer you're looking for? Browse other questions tagged or ask your own question.