Function pallet_parachain_staking::pallet::dispatchables::set_auto_compound
source · pub fn set_auto_compound<T: Config>(
candidate: T::AccountId,
value: Percent,
candidate_auto_compounding_delegation_count_hint: u32,
delegation_count_hint: u32
)
Expand description
Sets the auto-compounding reward percentage for a delegation.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_auto_compound
.