Type Definition pallet_saft_registry::pallet::SAFTCounter [−][src]
pub type SAFTCounter<T: Config> = StorageMap<_GeneratedPrefixForStorageSAFTCounter<T>, Blake2_128Concat, T::AssetId, SAFTId, ValueQuery>;
Expand description
A running counter used to determine the next SAFT id for a specific asset.