trn-seed icon indicating copy to clipboard operation
trn-seed copied to clipboard

Migrate token ownership to separate storage map

Open JasonTulp opened this issue 1 year ago • 0 comments

This PR moves token ownership in the NFT pallet to it's own map. This allows for easier querying of the collection_info struct and avoids massive delays when querying large sets of data. The owned_tokens RPC call should be used to get ownership information for individual accounts.

Jira link: TRN-240 Note, also fixes TRN-225

JasonTulp avatar Oct 26 '23 01:10 JasonTulp