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