Closed
Description
Issue To Be Solved
It is currently not possible to query account storage of accounts, as scripts do not have access to authorized accounts.
Suggested Solution
- Add a global function
fun getAuthAccount(_ address: Address): AuthAccount
,
which returns an authorized account for a given address,
to scripts, but not transactions!