Trait pallet_spaces::BeforeSpaceCreated[][src]

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

Required methods

fn before_space_created(
    follower: T::AccountId,
    space: &mut Space<T>
) -> DispatchResult
[src]

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...