pub fn associate_native_identity<T: Config>(
reward_account: T::AccountId,
relay_account: T::RelayChainAccountId,
proof: MultiSignature
)
Expand description
Associate a native rewards_destination identity with a crowdloan contribution.
The caller needs to provide the unassociated relay account and a proof to succeed with the association The proof is nothing but a signature over the reward_address using the relay keys
Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::associate_native_identity
.