pub fn inspect_entries_value<T: Config<I>, I: 'static>(
reason: CommitReason<T, I>,
index_of: IndexDigest<T>,
)Expand description
Queries the values of all entries within an index.
Returns a vector of (entry_digest, value) pairs showing how the proprietor’s total index commitment is distributed across all entries. Each value is weighted by its entry’s share and computed in real-time.
§Emits
Event::IndexEntriesValue: Contains the vector of entry-value pairs
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
[Pallet::inspect_entries_value].