Type Definition pallet_nis::pallet::Receipts

source ·
pub type Receipts<T> = StorageMap<_GeneratedPrefixForStorageReceipts<T>, Blake2_128Concat, ReceiptIndex, ReceiptRecord<<T as Config>::AccountId, BlockNumberFor<T>, <<T as Config>::Currency as FunInspect<<T as Config>::AccountId>>::Balance>, OptionQuery>;
Expand description

The currently outstanding receipts, indexed according to the order of creation.

Storage type is StorageMap with key type ReceiptIndex and value type ReceiptRecordOf < T >.