pub fn set_dapp_reward_beneficiary<T: Config>(
smart_contract: T::SmartContract,
beneficiary: Option<T::AccountId>
)
Expand description
Used to modify the reward beneficiary account for a dApp.
Caller has to be dApp owner.
If set to None
, rewards will be deposited to the dApp owner.
After this call, all existing & future rewards will be paid out to the beneficiary.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::set_dapp_reward_beneficiary
.