Type Definition orml_nft::module::Tokens [−][src]
type Tokens<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageTokens<T>, Twox64Concat, T::ClassId, Twox64Concat, T::TokenId, TokenInfoOf<T>>;
Store token info.
Returns None
if token info not set or removed.