Issue to be solved
Right now, we get a list back of the main flow accounts associated with a public key. This means that wallets need to run cadence scripts to determine the EVM and child accounts associated with the account after getting back the main accounts. This slows down the process of building a list of accounts the user has access to.
Suggest A Solution
Index the child and evm accounts as well as the flow accounts. Add an additional data structure to list out the child and evm accounts.
What are you currently working on that this is blocking?
Flow Wallet
Issue to be solved
Right now, we get a list back of the main flow accounts associated with a public key. This means that wallets need to run cadence scripts to determine the EVM and child accounts associated with the account after getting back the main accounts. This slows down the process of building a list of accounts the user has access to.
Suggest A Solution
Index the child and evm accounts as well as the flow accounts. Add an additional data structure to list out the child and evm accounts.
What are you currently working on that this is blocking?
Flow Wallet