unlock-protocol / unlock

Ʉnlock is a protocol for memberships built on a blockchain.
https://unlock-protocol.com
MIT License
834 stars 244 forks source link

Emit a Key receipt event when new key is purchased #13843

Open clemsos opened 4 months ago

clemsos commented 4 months ago

an event to be triggered for receipt, like PurchaseReceipt() that would include the required details: payer, contract, totalPaid, hash... etc

Related discussion here https://github.com/unlock-protocol/unlock/pull/13824

clemsos commented 4 months ago

Also see this related issue about purchase arguments https://github.com/unlock-protocol/unlock/issues/13457