Function pallet_crowdloan_rewards::pallet::dispatchables::change_association_with_relay_keys
source · pub fn change_association_with_relay_keys<T: Config>(
reward_account: T::AccountId,
previous_account: T::AccountId,
proofs: Vec<(T::RelayChainAccountId, MultiSignature)>
)
Expand description
Change reward account by submitting proofs from relay accounts
The number of valid proofs needs to be bigger than ‘RewardAddressRelayVoteThreshold’ The account to be changed needs to be submitted as ‘previous_account’ Origin must be RewardAddressChangeOrigin
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::change_association_with_relay_keys
.