Open muhitrhn opened 1 year ago
It is possible. But since we already have the information, you can just join the two tables: spl_token_owner_index and account table.
Hmm could do that but the amount of tokens in the token account is not exposed in a column. Will it take too much space in database if all the accounts are stored with their deserialized data?
Is it possible to store
amount
andowner
of token account inspl_token_owner_index
table and update it same way the items ofaccount
table is kept up to date? @lijunwangs