MIPs icon indicating copy to clipboard operation
MIPs copied to clipboard

[pre-MIP] Add permissions to preconditions

Open L-as opened this issue 2 years ago • 0 comments

A zkApp might need to pay out funds to a user, but if the user has receive != None, it could get stuck. Allowing preconditions to specify permissions on the account would allow you to prove that the permissions don't allow the action, enabling a way to handle the failure.

L-as avatar Feb 01 '24 22:02 L-as