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