onflow / hybrid-custody

Cadence suite enabling Hybrid Custody on Flow
Apache License 2.0
17 stars 12 forks source link

AuthAccount interface definition #16

Closed austinkline closed 1 year ago

austinkline commented 1 year ago

Hybrid Custody accounts are going to come in many flavors with different rules and restrictions. In order to not take a purview on which ones are valid and which ones are not, we should consider defining an interface to sit on-top of an AuthAccount which can be used to control certain aspects of the AuthAccount itself. This suggestion comes from Dete in our latest community call. You can find context about that and the ongoing discussion about hybrid custody here

austinkline commented 1 year ago

Discussion about this is taking place in discord here

sisyphusSmiling commented 1 year ago

Relevant entitlements migration discussion going on here

austinkline commented 1 year ago

@sisyphusSmiling thoughts on closing? It will be a while until it's time to address this