Trait pallet_space_follows::BeforeSpaceUnfollowed[][src]

pub trait BeforeSpaceUnfollowed<T: Trait> {
    fn before_space_unfollowed(
        follower: T::AccountId,
        space: &mut Space<T>
    ) -> DispatchResult; }

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]

Loading content...

Implementations on Foreign Types

impl<T: Trait> BeforeSpaceUnfollowed<T> for ()[src]

Loading content...

Implementors

Loading content...