-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
User Story
As a treasury management user I want to set permissions on assets so that they can be directly transferred but also approved and spent via function calls
Alternative Solutions
Similar to how we have spending calls combine 2 actions into one we need this here also. When asset permissions are set there should be two calls to the permission registry, one to set transfer signature and one for approve signature. But both should appear inside the one action on the action builder. Order is not important
Additional context
We currently only set transfer signature but need approve(spender, amount) also
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Done