Function pallet_scored_pool::pallet::dispatchables::score
source · pub fn score<T: Config<I>, I: 'static>(
dest: <<T as Config>::Lookup as StaticLookup>::Source,
index: u32,
score: T::Score,
)
Expand description
Score a member who
with score
.
May only be called from T::ScoreOrigin
.
The index
parameter of this function must be set to
the index of the dest
in the Pool
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::score
.