Type Definition orml_nft::module::TokensByOwner [−][src]
type TokensByOwner<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTokensByOwner<T>, Twox64Concat, T::AccountId, Twox64Concat, (T::ClassId, T::TokenId), (), ValueQuery>;
Token existence check by owner and class ID.