Trait pallet_space_follows::BeforeSpaceFollowed[][src]

pub trait BeforeSpaceFollowed<T: Trait> {
    fn before_space_followed(
        follower: T::AccountId,
        follower_reputation: u32,
        space: &mut Space<T>
    ) -> DispatchResult; }

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]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...