pub type NftsByOwner<T: Config> = StorageMap<_GeneratedPrefixForStorageNftsByOwner<T>, Blake2_128Concat, T::AccountId, Nft>;Expand description
One NFT per owner key — the coinage model.
Storage type is [StorageMap] with key type T :: AccountId and value type Nft.
Aliased Type§
pub struct NftsByOwner<T: Config>(/* private fields */);