vulpemventures / marina

Liquid Wallet browser extension
MIT License
37 stars 19 forks source link

batch sign: allow to sign multiple txs with a single popup approval #454

Open tiero opened 1 year ago

tiero commented 1 year ago

ie.

window.marina.signTransactionBatch([
  {
    // psbt
  },  
  {
   // psbt
  },   
])