Type Definition pallet_nis::pallet::Receipts
source · pub type Receipts<T> = StorageMap<_GeneratedPrefixForStorageReceipts<T>, Blake2_128Concat, ReceiptIndex, ReceiptRecord<<T as Config>::AccountId, <T as Config>::BlockNumber>, OptionQuery>;
Expand description
The currently outstanding receipts, indexed according to the order of creation.