Function pallet_scored_pool::pallet::dispatchables::submit_candidacy
source · pub fn submit_candidacy<T: Config<I>, I: 'static>()
Expand description
Add origin
to the pool of candidates.
This results in CandidateDeposit
being reserved from
the origin
account. The deposit is returned once
candidacy is withdrawn by the candidate or the entity
is kicked by KickOrigin
.
The dispatch origin of this function must be signed.
The index
parameter of this function must be set to
the index of the transactor in the Pool
.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::submit_candidacy
.