Trait pallet_space_follows::BeforeSpaceUnfollowed [−][src]
Handler that will be called right before the space is unfollowed.
Required methods
fn before_space_unfollowed(
follower: T::AccountId,
space: &mut Space<T>
) -> DispatchResult
[src]
follower: T::AccountId,
space: &mut Space<T>
) -> DispatchResult
Implementations on Foreign Types
impl<T: Trait> BeforeSpaceUnfollowed<T> for ()
[src]
fn before_space_unfollowed(
_follower: T::AccountId,
_space: &mut Space<T>
) -> DispatchResult
[src]
_follower: T::AccountId,
_space: &mut Space<T>
) -> DispatchResult