Function inspect_entry_value

Source
pub fn inspect_entry_value<T: Config<I>, I: 'static>(
    reason: CommitReason<T, I>,
    index_of: IndexDigest<T>,
    entry_of: Digest<T>,
)
Expand description

Queries the value of a specific entry within an index.

Returns the portion of the proprietor’s index commitment allocated to this particular entry, weighted by its share within the index. The value is computed in real-time, reflecting any changes to the underlying entry digest since commitment.

§Emits

Event::IndexEntryValue: Contains the entry’s commitment value

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in [Pallet::inspect_entry_value].