onflow / linked-accounts

The Unlicense
11 stars 3 forks source link

Implement events #4

Closed sisyphusSmiling closed 1 year ago

sisyphusSmiling commented 1 year ago

Issue To Be Solved

We want to implement events on account linking so wallet providers can keep relevant users updated regarding links on their account and child accounts.

Suggest A Solution

Something like the following:

pub event AccountAddedAsChild(parent: Address, child: Address)