Type Definition pallet_accounting::PostingDetail
source · [−]pub type PostingDetail<T: Config> = StorageNMap<_GeneratedPrefixForStoragePostingDetail<T>, (Key<Blake2_128Concat, T::AccountId>, Key<Blake2_128Concat, Ledger>, Key<Twox64Concat, PostingIndex>), Record<T::AccountId, T::Hash, T::BlockNumber>>;
Expand description
Detail of the accounting posting (for Audit).