trn-seed
trn-seed copied to clipboard
Migrate token ownership to separate storage map
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.