pub trait ReferrerAccountProvider<AccountId> {
    // Required method
    fn get_referrer_account(who: &AccountId) -> Option<AccountId>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<AccountId> ReferrerAccountProvider<AccountId> for ()

Implementors§