Trait pallet_profile_follows::BeforeAccountUnfollowed [−][src]
Handler that will be called right before the account is unfollowed.
Required methods
fn before_account_unfollowed(
follower: T::AccountId,
following: T::AccountId
) -> DispatchResult
[src]
follower: T::AccountId,
following: T::AccountId
) -> DispatchResult
Implementations on Foreign Types
impl<T: Trait> BeforeAccountUnfollowed<T> for ()
[src]
fn before_account_unfollowed(
_follower: T::AccountId,
_following: T::AccountId
) -> DispatchResult
[src]
_follower: T::AccountId,
_following: T::AccountId
) -> DispatchResult