Closed sisyphusSmiling closed 1 year ago
We want to implement events on account linking so wallet providers can keep relevant users updated regarding links on their account and child accounts.
Something like the following:
pub event AccountAddedAsChild(parent: Address, child: Address)
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: