-
Notifications
You must be signed in to change notification settings - Fork 47
DIP: Multi-agent Transactions #169
Copy link
Copy link
Open
Description
Currently in the Diem Framework, a transaction acts on behalf of a single on-chain account. However, there is no mechanism for multiple on-chain accounts to agree on a single atomic transaction. This DIP presents a new scheme of transactions--multi-agent transactions--which act on behalf of multiple on-chain accounts. Multi-agent transactions leverage Move’s signer type to allow essentially any arbitrary atomic actions in one transaction involving multiple on-chain accounts.
DIP PR here: #159
Reactions are currently unavailable
Metadata
Metadata
Labels
No labels