Function pallet_dapp_staking::pallet::dispatchables::unregister

source ·
pub fn unregister<T: Config>(smart_contract: T::SmartContract)
Expand description

Unregister dApp from dApp staking protocol, making it ineligible for future rewards. This doesn’t remove the dApp completely from the system just yet, but it can no longer be used for staking.

Can be called by dApp staking manager origin.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::unregister.