2
I know that I can generate syntax for a payment qr code like so:
bitcoin:xxxaddressxxx?lable=reason&amount=0.051
this pays (to) 1 address! I however, would like to know if I can scan a QR that will construct a tx that pays to two addresses
(can I add more than one address?)
eg:
bitcoin:[xxxaddressxxx1,xxxaddressxxx2]?lable=reason&amount=[0.05,0.001]
so the addresses receive amounts relative to the array positions
You would also need a wallet that can read a QR code that has this info encoded, and generate a 'send to many' transaction. I'm not aware of any wallets that have this functionality, but I don't see why it couldn't exist. – chytrik – 2019-07-06T21:06:28.317